Skip to content

Commit dfeaf90

Browse files
Bump version to 1.1.0
1 parent 2238af0 commit dfeaf90

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

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+
311
## [v1.0.2](https://github.com/danielberkompas/cloak_ecto/tree/v1.0.2) (2020-01-29)
412

513
[Full Changelog](https://github.com/danielberkompas/cloak_ecto/compare/v1.0.1...v1.0.2)

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule Cloak.Ecto.MixProject do
44
def project do
55
[
66
app: :cloak_ecto,
7-
version: "1.0.2",
7+
version: "1.1.0",
88
elixir: "~> 1.7",
99
start_permanent: Mix.env() == :prod,
1010
test_coverage: [tool: ExCoveralls],

0 commit comments

Comments
 (0)