Skip to content

Commit bde95db

Browse files
committed
Bump version to 0.2.0
1 parent ee493ed commit bde95db

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## 0.2.0 (2019-01-17)
4+
### Breaking Changes
5+
* Minimum supported Elixir is now 1.4.
6+
7+
### Changed
8+
* ([#3](https://github.com/TheRealReal/ecto-ulid/pull/3))
9+
Fix deprecation warnings regarding time units.
10+
311
## 0.1.1 (2018-12-03)
412
### Added
513
* ([#2](https://github.com/TheRealReal/ecto-ulid/pull/2))

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Install `ecto_ulid` from Hex by adding it to the dependencies in `mix.exs`:
5555
```elixir
5656
defp deps do
5757
[
58-
{:ecto_ulid, "~> 0.1.1"}
58+
{:ecto_ulid, "~> 0.2.0"}
5959
]
6060
end
6161
```

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule Ecto.ULID.Mixfile do
44
def project do
55
[
66
app: :ecto_ulid,
7-
version: "0.1.1",
7+
version: "0.2.0",
88
elixir: "~> 1.4",
99
start_permanent: Mix.env == :prod,
1010
deps: deps(),

0 commit comments

Comments
 (0)