Skip to content

Commit 2e523c9

Browse files
committed
Bump version and changelog for v4.2.1
1 parent fe5835b commit 2e523c9

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## v4.2.1 - 2023-02-12
4+
5+
- Fixes spec
6+
37
## v4.2.0 - 2022-09-12
48

59
- Add info on transaction failures

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule ExAws.Dynamo.Mixfile do
22
use Mix.Project
33

4-
@version "4.2.0"
4+
@version "4.2.1"
55
@service "dynamo"
66
@url "https://github.com/ex-aws/ex_aws_#{@service}"
77
@name __MODULE__ |> Module.split() |> Enum.take(2) |> Enum.join(".")

0 commit comments

Comments
 (0)