Skip to content

Commit

Permalink
Bump version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joshrieken committed Jun 3, 2020
1 parent 07e9027 commit e5a316f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 2.0.0

### Backwards-Incompatible Changes

* Support only Ecto 3


## 1.1.0

### Backwards-Incompatible Changes
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ Add Plasm to your list of dependencies in `mix.exs`:

``` elixir
def deps do
[{:plasm, "~> 1.1"}]
[{:plasm, "~> 2.0"}]
end
```

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Plasm.Mixfile do
use Mix.Project

@version "1.1.0"
@version "2.0.0"

def project do
[
Expand Down

0 comments on commit e5a316f

Please sign in to comment.