Skip to content

Commit

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

### v0.2 (2020/05/07 08:01 +00:00)
### v0.2.3 (2020/05/11 10:57 +00:00)
- [#144](https://github.com/Monofony/Monofony/pull/144) Remove monorepo-builder from test-pack (@loic425)
- [#143](https://github.com/Monofony/Monofony/pull/143) Fix psalm error (@loic425)

### v0.2.2 (2020/05/07 10:19 +00:00)
- [#142](https://github.com/Monofony/Monofony/pull/142) fix core dependency (@loic425)

### v0.2.1 (2020/05/07 09:08 +00:00)
- [#140](https://github.com/Monofony/Monofony/pull/140) Fix composer version (@loic425)

### v0.2.0 (2020/05/07 08:01 +00:00)
- [#134](https://github.com/Monofony/Monofony/pull/134) Move user interfaces into core component (@loic425)
- [#138](https://github.com/Monofony/Monofony/pull/138) Upgrade some packages to fix security (@loic425)
- [#136](https://github.com/Monofony/Monofony/pull/136) Remove recipe directories from autoload (@loic425)
Expand Down
2 changes: 1 addition & 1 deletion src/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class Kernel extends BaseKernel
{
use MicroKernelTrait;

public const VERSION = '0.2.1-dev';
public const VERSION = '0.2.3';

private const CONFIG_EXTS = '.{php,xml,yaml,yml}';

Expand Down

0 comments on commit 0f854d1

Please sign in to comment.