Skip to content

Commit

Permalink
Prepare v0.4.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
loic425 committed Nov 9, 2020
1 parent 6ca5fec commit ae168dc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG-0.4.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## Change Log

### v0.4.1 (2020/11/09 14:32 +00:00)
- [#250](https://github.com/Monofony/Monofony/pull/250) Improve coding standard (@loic425)
- [#249](https://github.com/Monofony/Monofony/pull/249) Fix compound form errors (@loic425)
- [#248](https://github.com/Monofony/Monofony/pull/248) Fix UI form theme (@loic425)
- [#247](https://github.com/Monofony/Monofony/pull/247) Fix api pack recipes (@loic425)

### v0.4.0 (2020/10/28 08:06 +00:00)
- [#239](https://github.com/Monofony/Monofony/pull/239) Feature/update documentation (@loic425)
- [#238](https://github.com/Monofony/Monofony/pull/238) Fix monofony api recipes (@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 @@ -20,7 +20,7 @@

class MonofonyCoreBundle extends Bundle
{
public const VERSION = '0.4.0';
public const VERSION = '0.4.1';

/**
* {@inheritdoc}
Expand Down

0 comments on commit ae168dc

Please sign in to comment.