diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e23ea8..01ba970 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] -### Added + +## [3.0.1] +### Changed - Use a custom domain for translations + +# Added - Add translations for French and English ## [3.0.0] @@ -47,7 +51,8 @@ inject the `@twig` service yourself ## [1.1.6] - 2019-10-30 Initial version for the CHANGELOG. Last version of the 1.x branch. -[Unreleased]: https://github.com/umanit/block-bundle/compare/3.0.0...HEAD +[Unreleased]: https://github.com/umanit/block-bundle/compare/3.0.1...HEAD +[3.0.1]: https://github.com/umanit/block-bundle/compare/3.0.0...3.0.1 [3.0.0]: https://github.com/umanit/block-bundle/compare/2.0.1...3.0.0 [2.0.1]: https://github.com/umanit/block-bundle/compare/2.0.0...2.0.1 [2.0.0]: https://github.com/umanit/block-bundle/compare/1.1.6...2.0.0 diff --git a/src/UmanitBlockBundle.php b/src/UmanitBlockBundle.php index 3b07b22..65d05a5 100644 --- a/src/UmanitBlockBundle.php +++ b/src/UmanitBlockBundle.php @@ -4,9 +4,6 @@ use Symfony\Component\HttpKernel\Bundle\Bundle; -/** - * Class UmanitBlockBundle - */ class UmanitBlockBundle extends Bundle { }