File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -6,12 +6,10 @@ All notable changes to this project will be documented in this file.
6
6
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
7
7
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
8
8
9
- Unreleased
10
- ----------
9
+ [ Unreleased]
10
+ ------------
11
11
12
12
### Added
13
- - Now generates ` get_by ` , and ` get_by! ` functions
14
- - ` suffix: false ` option
15
13
16
14
### Changed
17
15
@@ -20,3 +18,9 @@ Unreleased
20
18
### Fixed
21
19
22
20
### Security
21
+
22
+ [ 1.2.0] - 2019-09-17
23
+ --------------------
24
+ ### Added
25
+ - Now generates ` get_by ` , and ` get_by! ` functions
26
+ - ` suffix: false ` option
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ defmodule EctoResource.MixProject do
16
16
elixir: "~> 1.8" ,
17
17
package: package ( ) ,
18
18
start_permanent: Mix . env ( ) == :prod ,
19
- version: "1.1.1 "
19
+ version: "1.2.0 "
20
20
]
21
21
end
22
22
You can’t perform that action at this time.
0 commit comments