Skip to content

Commit

Permalink
Merge pull request #303 from loic425/prepare-0.5.2
Browse files Browse the repository at this point in the history
Prepare v0.5.2 release
  • Loading branch information
loic425 committed Feb 1, 2021
2 parents a8b5fef + 57a3e4f commit a945a28
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG-0.5.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
## Change Log

### v0.5.2 (2021/02/01 13:13 +00:00)
- [#304](https://github.com/Monofony/Monofony/pull/304) Migrate to php configuration for symplify packages (@loic425)
- [#302](https://github.com/Monofony/Monofony/pull/302) Bump api platform core version (@loic425)
- [#298](https://github.com/Monofony/Monofony/pull/298) Fix API pack to support api platform 2.6 (@loic425)
- [#301](https://github.com/Monofony/Monofony/pull/301) Use Behat dmore extensions (@loic425)
- [#299](https://github.com/Monofony/Monofony/pull/299) Move Behat bridge on dev requirements (@loic425)
- [#297](https://github.com/Monofony/Monofony/pull/297) Update readme for documentation (@loic425)

### v0.5.1 (2021/01/21 07:06 +00:00)
- [#296](https://github.com/Monofony/Monofony/pull/296) [HotFix] CRUD templates when there are no form templates configured (@loic425)

Expand Down
2 changes: 1 addition & 1 deletion src/Monofony/Bundle/CoreBundle/MonofonyCoreBundle.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

class MonofonyCoreBundle extends Bundle
{
public const VERSION = '0.5.1';
public const VERSION = '0.5.2';

/**
* {@inheritdoc}
Expand Down

0 comments on commit a945a28

Please sign in to comment.