Commit dfeaf90 1 parent 2238af0 commit dfeaf90 Copy full SHA for dfeaf90
File tree 2 files changed +9
-1
lines changed
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ v1.1.0] ( https://github.com/danielberkompas/cloak_ecto/tree/v1.1.0 ) (2020-10-20)
4
+
5
+ [ Full Changelog] ( https://github.com/danielberkompas/cloak_ecto/compare/v1.0.2...v1.1.0 )
6
+
7
+ ** Merged pull requests:**
8
+
9
+ - Upgrade to ecto 3.5 [ \# 13] ( https://github.com/danielberkompas/cloak_ecto/pull/13 ) ([ drewolson] ( https://github.com/drewolson ) )
10
+
3
11
## [ v1.0.2] ( https://github.com/danielberkompas/cloak_ecto/tree/v1.0.2 ) (2020-01-29)
4
12
5
13
[ Full Changelog] ( https://github.com/danielberkompas/cloak_ecto/compare/v1.0.1...v1.0.2 )
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ defmodule Cloak.Ecto.MixProject do
4
4
def project do
5
5
[
6
6
app: :cloak_ecto ,
7
- version: "1.0.2 " ,
7
+ version: "1.1.0 " ,
8
8
elixir: "~> 1.7" ,
9
9
start_permanent: Mix . env ( ) == :prod ,
10
10
test_coverage: [ tool: ExCoveralls ] ,
You can’t perform that action at this time.
0 commit comments