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 fe5835b commit 2e523c9Copy full SHA for 2e523c9
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## v4.2.1 - 2023-02-12
4
+
5
+- Fixes spec
6
7
## v4.2.0 - 2022-09-12
8
9
- Add info on transaction failures
mix.exs
@@ -1,7 +1,7 @@
defmodule ExAws.Dynamo.Mixfile do
use Mix.Project
- @version "4.2.0"
+ @version "4.2.1"
@service "dynamo"
@url "https://github.com/ex-aws/ex_aws_#{@service}"
@name __MODULE__ |> Module.split() |> Enum.take(2) |> Enum.join(".")
0 commit comments