Skip to content

Commit

Permalink
Prepare for 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jherdman committed Jan 29, 2020
1 parent 10f199e commit 86a30d5
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## 1.2.3 (2020-01-28)

### Added

N/A

### Changed

- [Fixed documentation typo](https://github.com/jeregrine/jsonapi/pull/213)
- [Added query parameters to links](https://github.com/jeregrine/jsonapi/pull/214)
- [Added installation instructions](https://github.com/jeregrine/jsonapi/pull/216)

### Contributors

Big ups to @jgelens, @komlanvi, @ryanlabouve

## 1.2.2 (2019-09-28)

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

0 comments on commit 86a30d5

Please sign in to comment.