Skip to content

Commit

Permalink
Prepare v0.9.0-alpha.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
loic425 committed Nov 4, 2022
1 parent a8d5b1f commit ecf1eaa
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG-0.9.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
## Change Log

### v0.9.0-alpha.2 (2022/11/04)
* Split Monorepo by @loic425 in https://github.com/Monofony/Monofony/pull/445
* Fix branches on split by @loic425 in https://github.com/Monofony/Monofony/pull/446
* Fix repository names by @loic425 in https://github.com/Monofony/Monofony/pull/447
* Trying to fix branch on split by @loic425 in https://github.com/Monofony/Monofony/pull/448
* Fix upgrade guide with security config by @loic425 in https://github.com/Monofony/Monofony/pull/449
* Bump Monorepo split version from 2.1 to 2.2 by @loic425 in https://github.com/Monofony/Monofony/pull/450
* Change user name & email for split monorepos by @loic425 in https://github.com/Monofony/Monofony/pull/451

**Full Changelog**: https://github.com/Monofony/Monofony/compare/v0.9.0-alpha.1...v0.9.0-alpha.2

### v0.9.0-alpha.1 (2022/11/02)
* Preview uploaded files by @loic425 in https://github.com/Monofony/Monofony/pull/431
* Fix the build by @loic425 in https://github.com/Monofony/Monofony/pull/434
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.9.0-alpha.1';
public const VERSION = '0.9.0-alpha.2';

/**
* {@inheritdoc}
Expand Down

0 comments on commit ecf1eaa

Please sign in to comment.