Skip to content

Commit ab251b5

Browse files
committed
Bump version and update changelog for v4.2.0
1 parent 3586d28 commit ab251b5

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

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+
39
## v4.1.0 - 2022-03-23
410

511
- Add `:stream_enabled` and `:stream_view_type` options to table creation and updates

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.1.0"
4+
@version "4.2.0"
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)