Skip to content

Commit

Permalink
Prepare v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
loic425 committed Oct 13, 2020
1 parent 89b4c4e commit 56dcb1c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG-0.3.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## Change Log

### v0.3.2 (2020/10/13 14:55 +00:00)
- [#167](https://github.com/Monofony/Monofony/pull/167) Fix psalm & composer autoload (@loic425)

### v0.3.1 (2020/10/05 12:42 +00:00)
- [#166](https://github.com/Monofony/Monofony/pull/166) Fix file interface media namespace (@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 @@ -19,7 +19,7 @@

class MonofonyCoreBundle extends Bundle
{
public const VERSION = '0.3.1';
public const VERSION = '0.3.2';

public function getContainerExtension()
{
Expand Down

0 comments on commit 56dcb1c

Please sign in to comment.