From df7155ed14c02533f212e6d68197873df07be936 Mon Sep 17 00:00:00 2001 From: Thomas von Deyen Date: Fri, 20 Jan 2023 18:52:32 +0100 Subject: [PATCH] Bump version to v1.2.0 --- CHANGELOG.md | 9 +++++++++ lib/alchemy/json_api/version.rb | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 92a3a9f..0efcad5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [v1.2.0](https://github.com/AlchemyCMS/alchemy-json_api/tree/v1.2.0) (2023-01-20) + +[Full Changelog](https://github.com/AlchemyCMS/alchemy-json_api/compare/v1.1.1...v1.2.0) + +**Merged pull requests:** + +- Allow Alchemy 6.1 [\#68](https://github.com/AlchemyCMS/alchemy-json_api/pull/68) ([tvdeyen](https://github.com/tvdeyen)) +- Add dom\_id attribute to ingredient headline and text serializers [\#67](https://github.com/AlchemyCMS/alchemy-json_api/pull/67) ([tvdeyen](https://github.com/tvdeyen)) + ## [v1.1.1](https://github.com/AlchemyCMS/alchemy-json_api/tree/v1.1.1) (2022-09-16) [Full Changelog](https://github.com/AlchemyCMS/alchemy-json_api/compare/v1.1.0...v1.1.1) diff --git a/lib/alchemy/json_api/version.rb b/lib/alchemy/json_api/version.rb index 8f224dc..0ef7dd9 100644 --- a/lib/alchemy/json_api/version.rb +++ b/lib/alchemy/json_api/version.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true module Alchemy module JsonApi - VERSION = "1.1.1" + VERSION = "1.2.0" end end