Skip to content

Commit

Permalink
Merge pull request #1146 from dpfaffenbauer/release/2.0.11
Browse files Browse the repository at this point in the history
[2.0.11] prepare release
  • Loading branch information
dpfaffenbauer authored Oct 25, 2019
2 parents e1bff96 + 167d4c0 commit 57a9246
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG-2.0.x.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Within V2

## 2.0.11
- Bugs:
- [IndexBundle] use doctrine schema-config to create index-table schema (https://github.com/coreshop/CoreShop/pull/1142)

## 2.0.10
- Bugs:
- [PayumBundle]: add sandbox to PayPal Configuration (https://github.com/coreshop/CoreShop/pull/1112)
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 = '0';
const RELEASE_VERSION = '10';
const RELEASE_VERSION = '11';
const EXTRA_VERSION = '';

/**
Expand Down

0 comments on commit 57a9246

Please sign in to comment.