Skip to content

Commit

Permalink
Prepare v2.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
pamil committed Nov 5, 2020
1 parent f310f64 commit e3f6db0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
## CHANGELOG FOR `2.0.x`

### v2.1.0 (2020-11-05)

#### Details

- [#64](https://github.com/Sylius/SyliusThemeBundle/issues/64) Switch from Travis to GitHub Actions ([@pamil](https://github.com/pamil))
- [#65](https://github.com/Sylius/SyliusThemeBundle/issues/65) Remove PHPStan ([@pamil](https://github.com/pamil))
- [#66](https://github.com/Sylius/SyliusThemeBundle/issues/66) Upgrade to Psalm 4 ([@pamil](https://github.com/pamil))
- [#67](https://github.com/Sylius/SyliusThemeBundle/issues/67) Update dependencies ([@pamil](https://github.com/pamil))
- [#68](https://github.com/Sylius/SyliusThemeBundle/issues/68) Add tests for symfony/translation-contracts ^1.1 and ^2.0 ([@pamil](https://github.com/pamil), [@dpfaffenbauer](https://github.com/dpfaffenbauer))
- [#69](https://github.com/Sylius/SyliusThemeBundle/issues/69) Normalise composer.json ([@pamil](https://github.com/pamil))

### v2.0.1 (2020-07-27)

#### Details
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "2.0-dev"
"dev-master": "2.1-dev"
}
},
"autoload": {
Expand Down

0 comments on commit e3f6db0

Please sign in to comment.