Skip to content

Commit

Permalink
Prepare for 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jherdman committed Sep 28, 2019
1 parent c91e9bb commit 776f4be
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,16 @@
# Changelog

## 1.2.2 (2019-09-28)

### Added

N/A

### Changed

- [Removed Elixir 1.5 from the Build Matrix](https://github.com/jeregrine/jsonapi/pull/212)
- [Fixed underscoring camelCase params](https://github.com/jeregrine/jsonapi/pull/211)

## 1.2.1 (2019-06-27)

### Added
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Expand Up @@ -4,7 +4,7 @@ defmodule JSONAPI.Mixfile do
def project do
[
app: :jsonapi,
version: "1.2.1",
version: "1.2.2",
package: package(),
compilers: compilers(Mix.env()),
description: description(),
Expand Down

0 comments on commit 776f4be

Please sign in to comment.