Skip to content

Commit f851a37

Browse files
committed
Bump version to v2.0.0
1 parent 75aa2f4 commit f851a37

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [v2.0.0](https://github.com/AlchemyCMS/alchemy-json_api/tree/v2.0.0) (2023-03-31)
4+
5+
[Full Changelog](https://github.com/AlchemyCMS/alchemy-json_api/compare/v1.2.0...v2.0.0)
6+
7+
**Merged pull requests:**
8+
9+
- Alchemy 7 support: Remove essence serializers [\#69](https://github.com/AlchemyCMS/alchemy-json_api/pull/69) ([tvdeyen](https://github.com/tvdeyen))
10+
311
## [v1.2.0](https://github.com/AlchemyCMS/alchemy-json_api/tree/v1.2.0) (2023-01-20)
412

513
[Full Changelog](https://github.com/AlchemyCMS/alchemy-json_api/compare/v1.1.1...v1.2.0)

lib/alchemy/json_api/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# frozen_string_literal: true
22
module Alchemy
33
module JsonApi
4-
VERSION = "1.2.0"
4+
VERSION = "2.0.0"
55
end
66
end

0 commit comments

Comments
 (0)