Skip to content

Commit

Permalink
Merge pull request #1230 from dpfaffenbauer/release/2.0.12
Browse files Browse the repository at this point in the history
[2.0.12] prepare release
  • Loading branch information
dpfaffenbauer authored Jan 14, 2020
2 parents 87eeb84 + 74f0a04 commit f015bb1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG-2.0.x.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Within V2

## 2.0.12
- Translations:
- New Crowdin translations (https://github.com/coreshop/CoreShop/pull/1165)
- Tests
- [Tests] add conflict for monolog (https://github.com/coreshop/CoreShop/pull/1178)

## 2.0.11
- Bugs:
- [IndexBundle] use doctrine schema-config to create index-table schema (https://github.com/coreshop/CoreShop/pull/1142)
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 = '11';
const RELEASE_VERSION = '12';
const EXTRA_VERSION = '';

/**
Expand Down

0 comments on commit f015bb1

Please sign in to comment.