We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3586d28 commit ab251b5Copy full SHA for ab251b5
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## v4.2.0 - 2022-09-12
4
+
5
+- Add info on transaction failures
6
+- Increase minimum ex_aws version to 2.4.0
7
+- Fix encoding of boolean attributes
8
9
## v4.1.0 - 2022-03-23
10
11
- Add `:stream_enabled` and `:stream_view_type` options to table creation and updates
mix.exs
@@ -1,7 +1,7 @@
defmodule ExAws.Dynamo.Mixfile do
use Mix.Project
- @version "4.1.0"
+ @version "4.2.0"
@service "dynamo"
@url "https://github.com/ex-aws/ex_aws_#{@service}"
@name __MODULE__ |> Module.split() |> Enum.take(2) |> Enum.join(".")
0 commit comments