Skip to content

Commit

Permalink
Bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dcuddeback committed Jan 17, 2019
1 parent ee493ed commit bde95db
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 0.2.0 (2019-01-17)
### Breaking Changes
* Minimum supported Elixir is now 1.4.

### Changed
* ([#3](https://github.com/TheRealReal/ecto-ulid/pull/3))
Fix deprecation warnings regarding time units.

## 0.1.1 (2018-12-03)
### Added
* ([#2](https://github.com/TheRealReal/ecto-ulid/pull/2))
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Install `ecto_ulid` from Hex by adding it to the dependencies in `mix.exs`:
```elixir
defp deps do
[
{:ecto_ulid, "~> 0.1.1"}
{:ecto_ulid, "~> 0.2.0"}
]
end
```
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.ULID.Mixfile do
def project do
[
app: :ecto_ulid,
version: "0.1.1",
version: "0.2.0",
elixir: "~> 1.4",
start_permanent: Mix.env == :prod,
deps: deps(),
Expand Down

0 comments on commit bde95db

Please sign in to comment.