Skip to content

Commit

Permalink
Prepare v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DjLeChuck committed Apr 18, 2021
1 parent 4d1fcc7 commit 3bd1591
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down Expand Up @@ -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
Expand Down
3 changes: 0 additions & 3 deletions src/UmanitBlockBundle.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@

use Symfony\Component\HttpKernel\Bundle\Bundle;

/**
* Class UmanitBlockBundle
*/
class UmanitBlockBundle extends Bundle
{
}

0 comments on commit 3bd1591

Please sign in to comment.