Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## 4.1.0 (2026-02-02)

<!-- Release notes generated using configuration in .github/release.yml at 4.1-stable -->

## 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
Expand Down
2 changes: 1 addition & 1 deletion lib/alchemy/json_api/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Alchemy
module JsonApi
VERSION = "4.1.0.a"
VERSION = "4.1.0"
end
end
Loading