Skip to content

Commit

Permalink
Prepare release for Solidus v4.1.5
Browse files Browse the repository at this point in the history
This code has been automatically generated by our 'Prepare release' GitHub
action.

The actual release is not part of the automation, and it still needs to be manually done by a maintainer.
  • Loading branch information
tvdeyen committed Apr 5, 2024
1 parent 3537d98 commit 7dfb2dc
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
## Solidus v4.1.5 (2024-04-05)

## Solidus Core
* [v4.1] [v4.2] Allow "sqlite3" as ENV["DB"] by @github-actions[bot] in https://github.com/solidusio/solidus/pull/5617
* [v4.1] Dummy App generator: Use db var instead of ENV var by @github-actions[bot] in https://github.com/solidusio/solidus/pull/5626
* [v4.1] Skip `ActionCable` for dummy apps by @github-actions[bot] in https://github.com/solidusio/solidus/pull/5630
* [v4.1] Explicitly require URI in app configuration by @github-actions[bot] in https://github.com/solidusio/solidus/pull/5646
* [4.1] Fix latest rubocop offenses by @tvdeyen in https://github.com/solidusio/solidus/pull/5654

## Solidus Backend
* [4.1] Fix latest rubocop offenses by @tvdeyen in https://github.com/solidusio/solidus/pull/5654

## Solidus API
* [4.1] Fix latest rubocop offenses by @tvdeyen in https://github.com/solidusio/solidus/pull/5654

## Solidus Sample


## Solidus


**Full Changelog**: https://github.com/solidusio/solidus/compare/v4.1.4...v4.1.5


## Solidus v4.1.4 (2024-01-05)

## Solidus Core
Expand Down
2 changes: 1 addition & 1 deletion core/lib/spree/core/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true

module Spree
VERSION = "4.1.5.dev"
VERSION = "4.1.5"

def self.solidus_version
VERSION
Expand Down

0 comments on commit 7dfb2dc

Please sign in to comment.