We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe5fc68 commit 3e69489Copy full SHA for 3e69489
3 files changed
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# CHANGELOG
2
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
7
## 0.8.1 (November 24, 2019)
8
9
* [41bff7a](https://github.com/keathley/norm/commit/41bff7a4af1296bc16eff298249f01546fcf245d) Add Credo Support - Joey Rosztoczy
README.md
@@ -47,7 +47,7 @@ as a dependency.
47
def deps do
48
[
49
{:stream_data, "~> 0.4"},
50
- {:norm, "~> 0.8"}
+ {:norm, "~> 0.9"}
51
]
52
end
53
```
mix.exs
@@ -1,7 +1,7 @@
defmodule Norm.MixProject do
use Mix.Project
- @version "0.8.1"
+ @version "0.9.0"
def project do
0 commit comments