Skip to content

Commit f8eb7e0

Browse files
committed
Update README, version bump to 2.0.0.beta.1
1 parent 429d840 commit f8eb7e0

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -183,21 +183,21 @@ Install the [Hex](https://hex.pm/packages/ecto_adapters_dynamodb) package by add
183183

184184
```elixir
185185
defp deps do
186-
[{:ecto_adapters_dynamodb, "~> 2.0.0-beta.0"}]
186+
[{:ecto_adapters_dynamodb, "~> 2.0.0-beta.1"}]
187187
end
188188
```
189189

190190
Otherwise, to fetch from GitHub:
191191

192192
```elixir
193193
defp deps do
194-
[{:ecto_adapters_dynamodb, git: "https://github.com/circles-learning-labs/ecto_adapters_dynamodb", tag: "2.0.0-beta.0"}]
194+
[{:ecto_adapters_dynamodb, git: "https://github.com/circles-learning-labs/ecto_adapters_dynamodb", tag: "2.0.0-beta.1"}]
195195
end
196196
```
197197

198198
### Local DynamoDB version
199199

200-
In order to make sure your local version of DynamoDB is up to date with the current production features, please use the latest release of DynamoDB local. As of spring 2019, the latest version is `1.11.477`, released on February 6, 2019.
200+
In order to make sure your local version of DynamoDB is up to date with the current production features, please use the latest release of DynamoDB local. As of spring 2020, the latest version is `1.11.478`, released on January 16, 2020.
201201

202202
### Configuration
203203

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ defmodule Ecto.Adapters.DynamoDB.Mixfile do
33

44
def project do
55
[app: :ecto_adapters_dynamodb,
6-
version: "2.0.0-beta.0",
6+
version: "2.0.0-beta.1",
77
elixir: "~> 1.7",
88
build_embedded: Mix.env == :prod,
99
start_permanent: Mix.env == :prod,

upgrade_guides/version_2_upgrade_guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ end
1616

1717
## Local DynamoDB version
1818

19-
In order to make sure your local version of DynamoDB is up to date with the current production features, please use the latest release of DynamoDB local. As of spring 2019, the latest version is `1.11.477`, released on February 6, 2019.
19+
In order to make sure your local version of DynamoDB is up to date with the current production features, please use the latest release of DynamoDB local. As of spring 2020, the latest version is `1.11.478`, released on January 16, 2020. This major version release of the adapter should still be compatible with version `1.11.477`, but we strongly recommending upgrading.

0 commit comments

Comments
 (0)