Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare release for Solidus v4.1.5 #5708

Merged
merged 1 commit into from
Apr 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading