Skip to content

Commit

Permalink
Bump version to v5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdeyen committed Mar 30, 2023
1 parent 2e35f2b commit cc39bea
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

## [v5.0.0](https://github.com/AlchemyCMS/alchemy-solidus/tree/v5.0.0) (2023-03-30)

[Full Changelog](https://github.com/AlchemyCMS/alchemy-solidus/compare/v4.1.0...v5.0.0)

**Merged pull requests:**

- Remove Alchemy 5 support [\#89](https://github.com/AlchemyCMS/alchemy-solidus/pull/89) ([tvdeyen](https://github.com/tvdeyen))

## [v4.1.0](https://github.com/AlchemyCMS/alchemy-solidus/tree/v4.1.0) (2023-02-01)

[Full Changelog](https://github.com/AlchemyCMS/alchemy-solidus/compare/v4.0.0...v4.1.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/alchemy/solidus/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Alchemy
module Solidus
VERSION = "4.1.0"
VERSION = "5.0.0"
end
end

0 comments on commit cc39bea

Please sign in to comment.