From 89a12ad5fd81a613f973fc2397c2cf4d8a6da126 Mon Sep 17 00:00:00 2001 From: The BEAM Bot <157067248+thebeambot@users.noreply.github.com> Date: Tue, 25 Jun 2024 07:39:47 -0400 Subject: [PATCH] chore(main): release 1.8.0 --- .github/release-please-manifest.json | 2 +- CHANGELOG.md | 14 ++++++++++++++ mix.exs | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 4f63ac89..1a150e73 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.7.1" + ".": "1.8.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 37470999..34f65191 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/mix.exs b/mix.exs index ffcc5c5d..15269cbb 100644 --- a/mix.exs +++ b/mix.exs @@ -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(),