Skip to content

Commit aabb9c3

Browse files
committed
Version bump to 3.1.0
1 parent 99404d8 commit aabb9c3

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
[v2.x.x -> v3.x.x upgrade guide](/upgrade_guides/version_3_upgrade_guide.md)
44

5+
## v3.1.0
6+
7+
- Add `:nil_to_empty_mapset` and `:empty_mapset_to_nil` configuration options.
8+
59
## v3.0.3
610

711
- Constrain ecto_sql requirement to 3.5.x. 3.6 introduces interface changes that are not yet supported.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ Install the [Hex](https://hex.pm/packages/ecto_adapters_dynamodb) package by add
184184
```elixir
185185
defp deps do
186186
[
187-
{:ecto_adapters_dynamodb, "~> 3.0"}
187+
{:ecto_adapters_dynamodb, "~> 3.1"}
188188
]
189189
end
190190
```
@@ -194,7 +194,7 @@ Otherwise, to fetch from GitHub:
194194
```elixir
195195
defp deps do
196196
[
197-
{:ecto_adapters_dynamodb, git: "https://github.com/circles-learning-labs/ecto_adapters_dynamodb", tag: "3.0.3"}
197+
{:ecto_adapters_dynamodb, git: "https://github.com/circles-learning-labs/ecto_adapters_dynamodb", tag: "3.1.0"}
198198
]
199199
end
200200
```

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule Ecto.Adapters.DynamoDB.Mixfile do
44
def project do
55
[
66
app: :ecto_adapters_dynamodb,
7-
version: "3.0.3",
7+
version: "3.1.0",
88
elixir: "~> 1.7",
99
build_embedded: Mix.env() == :prod,
1010
start_permanent: Mix.env() == :prod,

0 commit comments

Comments
 (0)