Skip to content

Commit

Permalink
Bump alchemy-json_api to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdeyen committed Jul 18, 2023
1 parent 92dbf57 commit 44784da
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [v2.0.1](https://github.com/AlchemyCMS/alchemy-json_api/tree/v2.0.1) (2023-07-18)

[Full Changelog](https://github.com/AlchemyCMS/alchemy-json_api/compare/v2.0.0...v2.0.1)

**Merged pull requests:**

- Fix page search [\#71](https://github.com/AlchemyCMS/alchemy-json_api/pull/71) ([tvdeyen](https://github.com/tvdeyen))

## [v2.0.0](https://github.com/AlchemyCMS/alchemy-json_api/tree/v2.0.0) (2023-03-31)

[Full Changelog](https://github.com/AlchemyCMS/alchemy-json_api/compare/v1.2.0...v2.0.0)
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 = "2.0.0"
VERSION = "2.0.1"
end
end

0 comments on commit 44784da

Please sign in to comment.