Skip to content

Commit

Permalink
Merge pull request #295 from loic425/prepare-0.5-release
Browse files Browse the repository at this point in the history
Prepare v0.5 release
  • Loading branch information
loic425 committed Jan 18, 2021
2 parents 72b4714 + 3b79ee2 commit 28a5723
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
| Q | A
| --------------- | -----
| Branch? | 0.4 or 0.x <!-- see the comment below -->
| Branch? | 0.5 or 0.x <!-- see the comment below -->
| Bug fix? | no/yes
| New feature? | no/yes
| Related tickets | fixes #X, partially #Y, mentioned in #Z
| License | MIT

<!--
- Bug fixes must be submitted against the 0.3 branch
- Bug fixes must be submitted against the 0.5 branch
- Features and deprecations must be submitted against the 0.x branch
-->
27 changes: 27 additions & 0 deletions CHANGELOG-0.5.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
## Change Log

### v0.5.0 (2021/01/18 11:36 +00:00)
- [#292](https://github.com/Monofony/Monofony/pull/292) Update phpspec/phpspec requirement from ^6.2 to ^7.0 (@loic425, @dependabot-preview[bot])
- [#294](https://github.com/Monofony/Monofony/pull/294) [API] Change password endpoint (@loic425)
- [#291](https://github.com/Monofony/Monofony/pull/291) Me endpoints (@loic425)
- [#290](https://github.com/Monofony/Monofony/pull/290) Move register app user on customer resource (@loic425)
- [#211](https://github.com/Monofony/Monofony/pull/211) Bump se/selenium-server-standalone from 2.53.1 to 3.141.59 (@loic425, @dependabot-preview[bot])
- [#289](https://github.com/Monofony/Monofony/pull/289) Bump Doctrine migrations version (@loic425)
- [#288](https://github.com/Monofony/Monofony/pull/288) Move Behat suites configuration (@loic425)
- [#287](https://github.com/Monofony/Monofony/pull/287) Move Sylius routes configuration on config/sylius/routes directory (@loic425)
- [#286](https://github.com/Monofony/Monofony/pull/286) Replace Lakion mink debug extension (@loic425)
- [#285](https://github.com/Monofony/Monofony/pull/285) Api key on swagger (@loic425)
- [#262](https://github.com/Monofony/Monofony/pull/262) Bump ini from 1.3.5 to 1.3.8 (@dependabot[bot])
- [#284](https://github.com/Monofony/Monofony/pull/284) Remove guzzle dependency (@loic425)
- [#282](https://github.com/Monofony/Monofony/pull/282) Update friends-of-phpspec/phpspec-code-coverage requirement from ^4.3 to ^5.0 (@loic425, @dependabot-preview[bot])
- [#278](https://github.com/Monofony/Monofony/pull/278) Fix CI (@loic425)
- [#283](https://github.com/Monofony/Monofony/pull/283) Fix browser kit driver on behat bridge (@loic425)
- [#277](https://github.com/Monofony/Monofony/pull/277) Fix Behat bridge dependencies (@loic425)
- [#276](https://github.com/Monofony/Monofony/pull/276) Set branch alias on all packages (@loic425)
- [#275](https://github.com/Monofony/Monofony/pull/275) Symfony versions on github actions (@loic425)
- [#273](https://github.com/Monofony/Monofony/pull/273) Upgrade dependencies (@loic425)
- [#272](https://github.com/Monofony/Monofony/pull/272) Test packages (@loic425)
- [#271](https://github.com/Monofony/Monofony/pull/271) Github actions badge on readme (@loic425)
- [#270](https://github.com/Monofony/Monofony/pull/270) Bye bye Travis (@loic425)
- [#269](https://github.com/Monofony/Monofony/pull/269) Behat with frontend (@loic425)
- [#268](https://github.com/Monofony/Monofony/pull/268) Github actions (@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.4.0';
public const VERSION = '0.5.0';

/**
* {@inheritdoc}
Expand Down

0 comments on commit 28a5723

Please sign in to comment.