From 69bb5d09f7ff191c7c7708e7e68af920b649f705 Mon Sep 17 00:00:00 2001 From: Thomas von Deyen Date: Fri, 9 Sep 2022 08:34:07 +0200 Subject: [PATCH] Bump version to v1.0.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It's time for a stable release 🎉 --- CHANGELOG.md | 11 +++++++++++ lib/alchemy/json_api/version.rb | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d92f56..9553017 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [v1.0.0](https://github.com/AlchemyCMS/alchemy-json_api/tree/v1.0.0) (2022-09-09) + +[Full Changelog](https://github.com/AlchemyCMS/alchemy-json_api/compare/v0.26.0...v1.0.0) + +**Merged pull requests:** + +- Allow key transforms [\#64](https://github.com/AlchemyCMS/alchemy-json_api/pull/64) ([tvdeyen](https://github.com/tvdeyen)) +- Add deserializer JS files [\#63](https://github.com/AlchemyCMS/alchemy-json_api/pull/63) ([tvdeyen](https://github.com/tvdeyen)) +- Add nodes API controller [\#61](https://github.com/AlchemyCMS/alchemy-json_api/pull/61) ([tvdeyen](https://github.com/tvdeyen)) +- Add a session store to dummy app [\#60](https://github.com/AlchemyCMS/alchemy-json_api/pull/60) ([tvdeyen](https://github.com/tvdeyen)) + ## [v0.26.0](https://github.com/AlchemyCMS/alchemy-json_api/tree/v0.26.0) (2022-05-10) [Full Changelog](https://github.com/AlchemyCMS/alchemy-json_api/compare/v0.25.0...v0.26.0) diff --git a/lib/alchemy/json_api/version.rb b/lib/alchemy/json_api/version.rb index aecebde..ef3eaa9 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.26.0" + VERSION = "1.0.0" end end