Skip to content

Commit 4ee2f5a

Browse files
committed
Bump version
1 parent 172edad commit 4ee2f5a

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# CHANGELOG
2+
3+
## 0.8.1 (November 24, 2019)
4+
5+
* [41bff7a](https://github.com/keathley/norm/commit/41bff7a4af1296bc16eff298249f01546fcf245d) Add Credo Support - Joey Rosztoczy
6+
* [7f2773f](https://github.com/keathley/norm/commit/7f2773fd4fb488a9a4c0a42c9bf3a7bf689eda55) Doc fixes - Brett Wise
7+
* [8880dd5](https://github.com/keathley/norm/commit/8880dd590dc798aa306c19b8bcef4a0514bad498) Doc fixes - Kevin Baird
8+
* [172edad](https://github.com/keathley/norm/commit/172edad05070f7d997fdb3dcfb43f1978188039c) `coll_of` and `map_of` fixes - Stefan Fochler

README.md

Lines changed: 1 addition & 1 deletion
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.6"}
50+
{:norm, "~> 0.8"}
5151
]
5252
end
5353
```

mix.exs

Lines changed: 1 addition & 1 deletion
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.0"
4+
@version "0.8.1"
55

66
def project do
77
[

0 commit comments

Comments
 (0)