Skip to content

Commit 1dad397

Browse files
committed
Update release
1 parent 97e5983 commit 1dad397

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,10 @@ All notable changes to this project will be documented in this file.
66
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
77
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
88

9-
Unreleased
10-
----------
9+
[Unreleased]
10+
------------
1111

1212
### Added
13-
- Now generates `get_by`, and `get_by!` functions
14-
- `suffix: false` option
1513

1614
### Changed
1715

@@ -20,3 +18,9 @@ Unreleased
2018
### Fixed
2119

2220
### 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

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ defmodule EctoResource.MixProject do
1616
elixir: "~> 1.8",
1717
package: package(),
1818
start_permanent: Mix.env() == :prod,
19-
version: "1.1.1"
19+
version: "1.2.0"
2020
]
2121
end
2222

0 commit comments

Comments
 (0)