Skip to content

Commit

Permalink
Update release
Browse files Browse the repository at this point in the history
  • Loading branch information
daytonn committed Sep 17, 2019
1 parent 97e5983 commit 1dad397
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
12 changes: 8 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

Unreleased
----------
[Unreleased]
------------

### Added
- Now generates `get_by`, and `get_by!` functions
- `suffix: false` option

### Changed

Expand All @@ -20,3 +18,9 @@ Unreleased
### Fixed

### Security

[1.2.0] - 2019-09-17
--------------------
### Added
- Now generates `get_by`, and `get_by!` functions
- `suffix: false` option
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ defmodule EctoResource.MixProject do
elixir: "~> 1.8",
package: package(),
start_permanent: Mix.env() == :prod,
version: "1.1.1"
version: "1.2.0"
]
end

Expand Down

0 comments on commit 1dad397

Please sign in to comment.