Skip to content

Commit

Permalink
[2.1.3] prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
dpfaffenbauer committed Feb 10, 2020
1 parent b56e9cd commit 520fd7b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG-2.1.x.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Within 2.1

## 2.1.3
- Bugs:
- [Address, Order, Core] fix release (https://github.com/coreshop/CoreShop/pull/1269)

## 2.1.2
- Features:
- [FrontendBundle] Change function from private to protected (https://github.com/coreshop/CoreShop/pull/1248)
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 @@ -16,7 +16,7 @@ final class Version
{
const MAJOR_VERSION = '2';
const MINOR_VERSION = '1';
const RELEASE_VERSION = '2';
const RELEASE_VERSION = '3';
const EXTRA_VERSION = '';

/**
Expand Down

0 comments on commit 520fd7b

Please sign in to comment.