Skip to content

Commit

Permalink
Bump version. (#286)
Browse files Browse the repository at this point in the history
* Bump version.

* Update CHANGELOG.md
  • Loading branch information
mattpolzin authored Mar 7, 2023
1 parent 11ab1a1 commit 5a06f40
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Changelog

## 1.5.0 (2023-01-25)

### What's Changed

#### Improvements

* Integration between UnderscoreParameters and QueryParser by @TylerPachal in https://github.com/beam-community/jsonapi/pull/282
* Response body for content type error by @TylerPachal in https://github.com/beam-community/jsonapi/pull/276
* Fix typos by @kianmeng in https://github.com/beam-community/jsonapi/pull/275
* Add c:JSONAPI.View.get_field/3 by @whatyouhide in https://github.com/beam-community/jsonapi/pull/273
* Support renaming of relationships by @mattpolzin in https://github.com/beam-community/jsonapi/pull/270

### New Contributors

* @kianmeng made their first contribution in https://github.com/beam-community/jsonapi/pull/275
* @whatyouhide made their first contribution in https://github.com/beam-community/jsonapi/pull/273
* @TylerPachal made their first contribution in https://github.com/beam-community/jsonapi/pull/276

**Full Changelog**: https://github.com/beam-community/jsonapi/compare/1.4.0...v1.5.0

## 1.4.0 (2022-11-05)

**Full Changelog**: https://github.com/beam-community/jsonapi/compare/1.3.0...v1.4.0

## 1.3.0 (2020-03-21)

### 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.4.0",
version: "1.5.0",
package: package(),
compilers: compilers(Mix.env()),
description: description(),
Expand Down

0 comments on commit 5a06f40

Please sign in to comment.