Skip to content

Commit

Permalink
Release SolidusDevSupport v2.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
elia committed Apr 24, 2023
1 parent ee40c0f commit 5ec5b6a
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 4 deletions.
21 changes: 19 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,25 @@
# Changelog

## [2.5.5](https://github.com/solidusio/solidus_dev_support/tree/2.5.5) (2022-09-08)
## [2.5.6](https://github.com/solidusio/solidus_dev_support/tree/2.5.6) (2023-04-24)

[Full Changelog](https://github.com/solidusio/solidus_dev_support/compare/v2.5.4...2.5.5)
[Full Changelog](https://github.com/solidusio/solidus_dev_support/compare/v2.5.5...2.5.6)

**Implemented enhancements:**

- Allow Solidus 4 [\#203](https://github.com/solidusio/solidus_dev_support/pull/203) ([elia](https://github.com/elia))
- Update proposed defaults [\#191](https://github.com/solidusio/solidus_dev_support/pull/191) ([elia](https://github.com/elia))

**Fixed bugs:**

- Fix sandbox default solidus branch [\#192](https://github.com/solidusio/solidus_dev_support/pull/192) ([RyanofWoods](https://github.com/RyanofWoods))

**Merged pull requests:**

- Remove Slack notifications for CI failures [\#199](https://github.com/solidusio/solidus_dev_support/pull/199) ([waiting-for-dev](https://github.com/waiting-for-dev))

## [v2.5.5](https://github.com/solidusio/solidus_dev_support/tree/v2.5.5) (2022-09-08)

[Full Changelog](https://github.com/solidusio/solidus_dev_support/compare/v2.5.4...v2.5.5)

**Implemented enhancements:**

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ To release a new version:

1. update the version number in `version.rb`
2. update the changelog with `bin/rake changelog`
3. commit the changes using `Bump SolidusDevSupport to 1.2.3` as the message
3. commit the changes using `Release SolidusDevSupport v1.2.3` as the message
3. run `bin/rake release`

The last command will create a git tag for the version, push git commits and tags, and push the `.gem` file to
Expand Down
2 changes: 1 addition & 1 deletion lib/solidus_dev_support/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true

module SolidusDevSupport
VERSION = "2.5.5"
VERSION = "2.5.6"

def self.gem_version
Gem::Version.new(VERSION)
Expand Down

0 comments on commit 5ec5b6a

Please sign in to comment.