Skip to content

Commit

Permalink
chore(main): release 1.8.0 (#324)
Browse files Browse the repository at this point in the history
  • Loading branch information
thebeambot authored Jun 25, 2024
1 parent e025dc2 commit 4682c70
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.7.1"
".": "1.8.0"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
## NEXT
...

## [1.8.0](https://github.com/beam-community/jsonapi/compare/1.7.1...v1.8.0) (2024-06-25)


### Features

* Link Objects and Additional Controller Actions ([#264](https://github.com/beam-community/jsonapi/issues/264)) ([def58a9](https://github.com/beam-community/jsonapi/commit/def58a9bb6c10c8e72a7f3e7b86ad04748331204))
* Setup common config ([#322](https://github.com/beam-community/jsonapi/issues/322)) ([702b248](https://github.com/beam-community/jsonapi/commit/702b2488cb4b683ae9b405c33979500536e0ef2a))


### Bug Fixes

* Add release please manifest ([3d3ca63](https://github.com/beam-community/jsonapi/commit/3d3ca634b212b394209c498f063999a22549c950))
* Fix failing credo check ([e025dc2](https://github.com/beam-community/jsonapi/commit/e025dc2dc5213a6d17cc1d005824f13f60938fe4))

## 1.7.1 (2024-02-23)
* Fix bug where underscore/dasherize misses single characters by @protestContest in https://github.com/beam-community/jsonapi/pull/316
* Transform relationship keys with shallow field transformation options (#314) by @protestContest in https://github.com/beam-community/jsonapi/pull/315
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.7.1",
version: "1.8.0",
package: package(),
compilers: compilers(Mix.env()),
description: description(),
Expand Down

0 comments on commit 4682c70

Please sign in to comment.