Skip to content

Commit

Permalink
Bump version to v4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdeyen committed Feb 1, 2023
1 parent 293d6d7 commit 2d790fc
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 12 deletions.
34 changes: 23 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [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)

**Closed issues:**

- Allow alchemy\_cms \(~\> 6.0\) [\#84](https://github.com/AlchemyCMS/alchemy-solidus/issues/84)

**Merged pull requests:**

- Relax AlchemyCMS dependency, allow \< v7 [\#88](https://github.com/AlchemyCMS/alchemy-solidus/pull/88) ([afdev82](https://github.com/afdev82))
- Add Solidus 3.1 and Ruby 3.0 to build matrix. [\#87](https://github.com/AlchemyCMS/alchemy-solidus/pull/87) ([tvdeyen](https://github.com/tvdeyen))

## [v4.0.0](https://github.com/AlchemyCMS/alchemy-solidus/tree/v4.0.0) (2022-04-27)

[Full Changelog](https://github.com/AlchemyCMS/alchemy-solidus/compare/v4.0.0.pre.b2...v4.0.0)
Expand Down Expand Up @@ -38,6 +51,16 @@
- Allow to save empty taxons, products and variants [\#73](https://github.com/AlchemyCMS/alchemy-solidus/pull/73) ([tvdeyen](https://github.com/tvdeyen))
- Load alchemy factories the propper way [\#72](https://github.com/AlchemyCMS/alchemy-solidus/pull/72) ([tvdeyen](https://github.com/tvdeyen))

## [v1.1.1](https://github.com/AlchemyCMS/alchemy-solidus/tree/v1.1.1) (2021-04-13)

[Full Changelog](https://github.com/AlchemyCMS/alchemy-solidus/compare/v3.3.0...v1.1.1)

**Closed issues:**

- Rails 6 support? [\#70](https://github.com/AlchemyCMS/alchemy-solidus/issues/70)
- Javascript Pack Tag Missing In Edit [\#64](https://github.com/AlchemyCMS/alchemy-solidus/issues/64)
- Alchemy pages helper disappears on checkout, 500 error [\#61](https://github.com/AlchemyCMS/alchemy-solidus/issues/61)

## [v3.3.0](https://github.com/AlchemyCMS/alchemy-solidus/tree/v3.3.0) (2020-10-21)

[Full Changelog](https://github.com/AlchemyCMS/alchemy-solidus/compare/v3.2.2...v3.3.0)
Expand Down Expand Up @@ -227,17 +250,6 @@
- Use non-animiated PNG. [\#5](https://github.com/AlchemyCMS/alchemy-solidus/pull/5) ([eric1234](https://github.com/eric1234))
- include spree storehelper in alchemy [\#3](https://github.com/AlchemyCMS/alchemy-solidus/pull/3) ([harin](https://github.com/harin))


## [v1.1.1](https://github.com/AlchemyCMS/alchemy-solidus/tree/v1.1.1) (2021-04-13)

[Full Changelog](https://github.com/AlchemyCMS/alchemy-solidus/compare/v3.3.0...v1.1.1)

**Closed issues:**

- Rails 6 support? [\#70](https://github.com/AlchemyCMS/alchemy-solidus/issues/70)
- Javascript Pack Tag Missing In Edit [\#64](https://github.com/AlchemyCMS/alchemy-solidus/issues/64)
- Alchemy pages helper disappears on checkout, 500 error [\#61](https://github.com/AlchemyCMS/alchemy-solidus/issues/61)

## [v1.1.0](https://github.com/AlchemyCMS/alchemy-solidus/tree/v1.1.0) (2017-12-22)

[Full Changelog](https://github.com/AlchemyCMS/alchemy-solidus/compare/v1.0.0...v1.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.0.0"
VERSION = "4.1.0"
end
end

0 comments on commit 2d790fc

Please sign in to comment.