Skip to content

Commit

Permalink
changelog and bump version to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
talklittle committed Jun 30, 2024
1 parent 5e70771 commit 5ce7640
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 0.5.0 (2024-06-30)

* Bump ffmpex dependency to 0.11.0.
* Require Elixir 1.12.

## 0.4.0 (2021-11-16)

* Bump ffmpex dependency to 0.9.0.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add `silent_video` to your list of dependencies in `mix.exs`:

```elixir
def deps do
[{:silent_video, "~> 0.4.0"}]
[{:silent_video, "~> 0.5.0"}]
end
```

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule SilentVideo.Mixfile do

def project do
[app: :silent_video,
version: "0.4.0",
version: "0.5.0",
elixir: "~> 1.12",
build_embedded: Mix.env == :prod,
start_permanent: Mix.env == :prod,
Expand Down

0 comments on commit 5ce7640

Please sign in to comment.