Skip to content

Commit

Permalink
Update CHANGELOG, bump version v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardd committed Aug 11, 2023
1 parent d1f71af commit 415f2dc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
1.0.1
* Fix some typespecs in the new media pipeline work

1.0.0
* Add media pipeline support
* Add transcription support
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule ExAwsChime.MixProject do
def project do
[
app: :ex_aws_chime,
version: "1.0.0",
version: "1.0.1",
elixir: "~> 1.10",
start_permanent: Mix.env() == :prod,
deps: deps(),
Expand Down

0 comments on commit 415f2dc

Please sign in to comment.