Skip to content

Commit

Permalink
Update changelog and bump version (2.0.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardd committed Sep 26, 2024
1 parent 1f4e6c3 commit cec1f4a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2.0.1 (2024-09-26)
* Add UpdateAttendeeCapabilities and BatchUpdateAttendeeCapabilitiesExcept
* BREAKING: Rename `MeetingNotificationConfiguration` type to `NotificationConfiguration`

2.0.0 (2024-03-20)
* BREAKING: Chime services are now broken up into the individual services rather than being
(mostly) grouped together in ExAws.Chime. Note that this is largely just a reorganisation of the
Expand Down
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ defmodule ExAwsChime.MixProject do
def project do
[
app: :ex_aws_chime,
version: "2.0.0",
elixir: "~> 1.12",
version: "2.0.1",
elixir: "~> 1.13",
start_permanent: Mix.env() == :prod,
deps: deps(),
package: package()
Expand Down

0 comments on commit cec1f4a

Please sign in to comment.