Skip to content

Commit 3e69489

Browse files
committed
Bump version
1 parent fe5fc68 commit 3e69489

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## 0.9.0 (December 02, 2019)
4+
5+
* [fe5fc68](https://github.com/keathley/norm/commit/fe5fc682bb9b4fd1ce03c9068303751193c33cdb) Changes to optionality in schema's and selection
6+
37
## 0.8.1 (November 24, 2019)
48

59
* [41bff7a](https://github.com/keathley/norm/commit/41bff7a4af1296bc16eff298249f01546fcf245d) Add Credo Support - Joey Rosztoczy

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ as a dependency.
4747
def deps do
4848
[
4949
{:stream_data, "~> 0.4"},
50-
{:norm, "~> 0.8"}
50+
{:norm, "~> 0.9"}
5151
]
5252
end
5353
```

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Norm.MixProject do
22
use Mix.Project
33

4-
@version "0.8.1"
4+
@version "0.9.0"
55

66
def project do
77
[

0 commit comments

Comments
 (0)