From 80831f6016f1306a515e0ecb8029ead456b2e63f Mon Sep 17 00:00:00 2001 From: alchemycms-bot Date: Mon, 2 Feb 2026 15:03:07 +0000 Subject: [PATCH] Release v4.1.0 --- CHANGELOG.md | 18 ++++++++++++++++++ lib/alchemy/json_api/version.rb | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 35a029a..e4ac7d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## 4.1.0 (2026-02-02) + + + +## What's Changed +### Breaking Changes +* Update to Alchemy 8.1 by @tvdeyen in https://github.com/AlchemyCMS/alchemy-json_api/pull/153 +### Dependencies +* Bump prettier from 3.7.4 to 3.8.1 by @dependabot[bot] in https://github.com/AlchemyCMS/alchemy-json_api/pull/151 +* Bump vitest from 4.0.16 to 4.0.17 in the vitest group by @dependabot[bot] in https://github.com/AlchemyCMS/alchemy-json_api/pull/149 +* Bump vite from 7.2.2 to 7.3.1 by @dependabot[bot] in https://github.com/AlchemyCMS/alchemy-json_api/pull/148 +* Bump vitest from 4.0.17 to 4.0.18 in the vitest group by @dependabot[bot] in https://github.com/AlchemyCMS/alchemy-json_api/pull/152 +### Other Changes +* Pass rubygems_api_key secret to release workflow by @tvdeyen in https://github.com/AlchemyCMS/alchemy-json_api/pull/147 + + +**Full Changelog**: https://github.com/AlchemyCMS/alchemy-json_api/compare/v4.0.1...v4.1.0 + ## 4.0.1 (2025-12-23) ## What's Changed diff --git a/lib/alchemy/json_api/version.rb b/lib/alchemy/json_api/version.rb index 8cec7c2..05aa6fc 100644 --- a/lib/alchemy/json_api/version.rb +++ b/lib/alchemy/json_api/version.rb @@ -2,6 +2,6 @@ module Alchemy module JsonApi - VERSION = "4.1.0.a" + VERSION = "4.1.0" end end