Skip to content

Commit

Permalink
Merge pull request #5708 from solidusio/github-actions/8568034259-2-1…
Browse files Browse the repository at this point in the history
…712311186

Prepare release for Solidus v4.1.5
  • Loading branch information
tvdeyen committed Apr 5, 2024
2 parents 3537d98 + 7dfb2dc commit 61626a1
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 61626a1

Please sign in to comment.