Skip to content

Commit

Permalink
Merge pull request #228 from jeregrine/prepare-for-1.3
Browse files Browse the repository at this point in the history
Prepare for 1.3.0
  • Loading branch information
jherdman authored Mar 21, 2020
2 parents 4ba78fe + 380424f commit 8a41a1a
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## 1.3.0 (2020-03-21)

### Added

- [Add Deserializer Plug](https://github.com/jeregrine/jsonapi/pull/222)

### Changed

- [Continuous](https://github.com/jeregrine/jsonapi/pull/226) [Integration](https://github.com/jeregrine/jsonapi/pull/227)
with Github actions.
- ["self" URL can include query parameters](https://github.com/jeregrine/jsonapi/pull/224)

### Contributors

A healthy Covid-19 safe foot-tap to: @CostantiniMatteo, @lucacorti, @snewcomer, and @jherdman

## 1.2.3 (2020-01-28)

### Added
Expand Down
10 changes: 8 additions & 2 deletions 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.3",
version: "1.3.0",
package: package(),
compilers: compilers(Mix.env()),
description: description(),
Expand Down Expand Up @@ -58,7 +58,13 @@ defmodule JSONAPI.Mixfile do

defp package do
[
maintainers: ["Jason Stiebs", "Mitchell Henke", "Jake Robers", "Sean Callan"],
maintainers: [
"Jason Stiebs",
"Mitchell Henke",
"Jake Robers",
"Sean Callan",
"James Herdman"
],
licenses: ["MIT"],
links: %{github: "https://github.com/jeregrine/jsonapi", docs: "http://hexdocs.pm/jsonapi/"}
]
Expand Down

0 comments on commit 8a41a1a

Please sign in to comment.