Skip to content

Commit

Permalink
Prepare v0.5.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
loic425 committed Jan 21, 2021
1 parent 21f15e9 commit 8e25e50
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG-0.5.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## Change Log

### 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)

### v0.5.0 (2021/01/18 11:36 +00:00)
- [#292](https://github.com/Monofony/Monofony/pull/292) Update phpspec/phpspec requirement from ^6.2 to ^7.0 (@loic425, @dependabot-preview[bot])
- [#294](https://github.com/Monofony/Monofony/pull/294) [API] Change password endpoint (@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.0';
public const VERSION = '0.5.1';

/**
* {@inheritdoc}
Expand Down

0 comments on commit 8e25e50

Please sign in to comment.