Skip to content

Commit

Permalink
Version bump to 2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenklein committed Feb 18, 2021
1 parent 70116d4 commit 8f33230
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ Otherwise, to fetch from GitHub:
```elixir
defp deps do
[
{:ecto_adapters_dynamodb, git: "https://github.com/circles-learning-labs/ecto_adapters_dynamodb", tag: "2.0.3"}
{:ecto_adapters_dynamodb, git: "https://github.com/circles-learning-labs/ecto_adapters_dynamodb", tag: "2.0.4"}
]
end
```
Expand Down
1 change: 1 addition & 0 deletions lib/ecto_adapters_dynamodb/query.ex
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ defmodule Ecto.Adapters.DynamoDB.Query do
index when is_tuple(index) ->
index_fields = get_hash_range_key_list(index)
{hash_values, op} = deep_find_key(search, hd(index_fields))

# https://hexdocs.pm/ex_aws/ExAws.Dynamo.html#query/2

query = construct_search(index, search, opts)
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: "2.0.3",
version: "2.0.4",
elixir: "~> 1.7",
build_embedded: Mix.env() == :prod,
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit 8f33230

Please sign in to comment.