Skip to content

Commit

Permalink
Bump version to v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdeyen committed Jan 20, 2023
1 parent ab16183 commit df7155e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [v1.2.0](https://github.com/AlchemyCMS/alchemy-json_api/tree/v1.2.0) (2023-01-20)

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

**Merged pull requests:**

- Allow Alchemy 6.1 [\#68](https://github.com/AlchemyCMS/alchemy-json_api/pull/68) ([tvdeyen](https://github.com/tvdeyen))
- Add dom\_id attribute to ingredient headline and text serializers [\#67](https://github.com/AlchemyCMS/alchemy-json_api/pull/67) ([tvdeyen](https://github.com/tvdeyen))

## [v1.1.1](https://github.com/AlchemyCMS/alchemy-json_api/tree/v1.1.1) (2022-09-16)

[Full Changelog](https://github.com/AlchemyCMS/alchemy-json_api/compare/v1.1.0...v1.1.1)
Expand Down
2 changes: 1 addition & 1 deletion lib/alchemy/json_api/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true
module Alchemy
module JsonApi
VERSION = "1.1.1"
VERSION = "1.2.0"
end
end

0 comments on commit df7155e

Please sign in to comment.