Skip to content

Commit

Permalink
Prepare v0.8.0-beta.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
loic425 committed Mar 31, 2022
1 parent c0b03cf commit 7502976
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG-0.8.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
## Change Log

### v0.8.0-beta.2 (2022/03/31 11:56 +00:00)
- [#409](https://github.com/Monofony/Monofony/pull/409) fix jms prod configuration (@smildev)
- [#407](https://github.com/Monofony/Monofony/pull/407) Add support for panther extension (@smildev, @loic425)
- [#405](https://github.com/Monofony/Monofony/pull/405) Fix admin avatar path (@loic425)
- [#403](https://github.com/Monofony/Monofony/pull/403) Remove Sylius forks (@loic425)
- [#401](https://github.com/Monofony/Monofony/pull/401) Remove FOS Oauth server bundle (@loic425)
- [#400](https://github.com/Monofony/Monofony/pull/400) JWT authentication (@loic425)

### v0.8.0-beta.1 (2022/02/10 14:10 +00:00)
- [#395](https://github.com/Monofony/Monofony/pull/395) Bump Resource & grid to beta versions (@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 @@ -24,7 +24,7 @@

class MonofonyCoreBundle extends Bundle
{
public const VERSION = '0.8.0-beta.1';
public const VERSION = '0.8.0-beta.2';

/**
* {@inheritdoc}
Expand Down

0 comments on commit 7502976

Please sign in to comment.