Skip to content

Commit

Permalink
Prepare v0.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
loic425 committed Jun 14, 2021
1 parent ddc0903 commit d3fd874
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG-0.7.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
## Change Log

### v0.7.0 (2021/06/14 15:11 +00:00)
- [#342](https://github.com/Monofony/Monofony/pull/342) Add support for Symfony 5.3 (@loic425)
- [#340](https://github.com/Monofony/Monofony/pull/340) Fix data collector (@loic425)
- [#341](https://github.com/Monofony/Monofony/pull/341) Fix CI build (@loic425)
- [#309](https://github.com/Monofony/Monofony/pull/309) Bump elliptic from 6.5.3 to 6.5.4 (@dependabot[bot])
- [#314](https://github.com/Monofony/Monofony/pull/314) Bump y18n from 3.2.1 to 3.2.2 (@dependabot[bot])
- [#330](https://github.com/Monofony/Monofony/pull/330) Bump ssri from 6.0.1 to 6.0.2 (@dependabot[bot])
- [#329](https://github.com/Monofony/Monofony/pull/329) Upgrade node dependencies (@loic425)
- [#327](https://github.com/Monofony/Monofony/pull/327) Improve types on entities (@loic425)
- [#328](https://github.com/Monofony/Monofony/pull/328) Drop Symfony 5.1 support (@loic425)
- [#326](https://github.com/Monofony/Monofony/pull/326) Fix missing param types (@loic425)
- [#325](https://github.com/Monofony/Monofony/pull/325) Add missing property types (@loic425)
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.6.1';
public const VERSION = '0.7.0';

/**
* {@inheritdoc}
Expand Down

0 comments on commit d3fd874

Please sign in to comment.