From b9938b3108e67356ab4f43efef744e59ff5a1569 Mon Sep 17 00:00:00 2001 From: Thomas von Deyen Date: Wed, 27 Jan 2021 09:55:25 +0100 Subject: [PATCH] Bump version to 0.12.2 --- CHANGELOG.md | 8 ++++++++ lib/alchemy/json_api/version.rb | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 759fc91..7159c97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [v0.12.2](https://github.com/AlchemyCMS/alchemy-json_api/tree/v0.12.2) (2021-01-27) + +[Full Changelog](https://github.com/AlchemyCMS/alchemy-json_api/compare/v0.12.1...v0.12.2) + +**Merged pull requests:** + +- Add missing Alchemy::Logger include to Element [\#37](https://github.com/AlchemyCMS/alchemy-json_api/pull/37) ([pelargir](https://github.com/pelargir)) + ## [v0.12.1](https://github.com/AlchemyCMS/alchemy-json_api/tree/v0.12.1) (2021-01-26) [Full Changelog](https://github.com/AlchemyCMS/alchemy-json_api/compare/v0.12.0...v0.12.1) diff --git a/lib/alchemy/json_api/version.rb b/lib/alchemy/json_api/version.rb index 2628ce8..cc6b1e1 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 = "0.12.1" + VERSION = "0.12.2" end end