Skip to content

Commit

Permalink
Bump version to v3.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardd committed Aug 30, 2023
1 parent f6c096a commit 19d1bf9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

## v3.3.6

- Make `Ecto.Adapters.DynamoDB.decode_item/4 public

## v3.3.5

- Move logging messages from `info` to `debug` level
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Ecto.Adapters.DynamoDB.Mixfile do
def project do
[
app: :ecto_adapters_dynamodb,
version: "3.3.5",
version: "3.3.6",
elixir: "~> 1.10",
build_embedded: Mix.env() == :prod,
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit 19d1bf9

Please sign in to comment.