Skip to content

Commit

Permalink
Merge pull request #2357 from dpfaffenbauer/release/3.0.7
Browse files Browse the repository at this point in the history
[Release] 3.0.7
  • Loading branch information
dpfaffenbauer authored Aug 3, 2023
2 parents 7bbd89e + 8112c39 commit de19cf5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG-3.0.x.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 3.0.7

## Bugs
- [CartPriceRule] fix issue with deleted price rule (https://github.com/coreshop/CoreShop/pull/2332)

# 3.0.6

## Bugs
Expand Down
2 changes: 1 addition & 1 deletion src/CoreShop/Bundle/CoreBundle/Application/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ final class Version

public const MINOR_VERSION = '0';

public const RELEASE_VERSION = '6';
public const RELEASE_VERSION = '7';

public const EXTRA_VERSION = '';

Expand Down

0 comments on commit de19cf5

Please sign in to comment.