Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kocsismate committed Feb 2, 2018
1 parent 635ada1 commit c8c2c65
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ REMOVED:

FIXED:

## 5.0.0 - unreleased
## 5.0.0 - 2018-02-02

ADDED:

Expand All @@ -19,6 +19,7 @@ CHANGED:
- Adapted the PSR-15 `MiddlewareInterface`
- `Harmony::__invoke()` accepts no arguments
- Condition callables receive the request (`ServerRequestInterface`) as a second parameter
- PHPUnit 7 is minimally required to run tests

REMOVED:

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ You only had to check the current URI inside the middleware and the problem was
that `AuthenticationMiddleware` and all its dependencies are instantiated for each request even though authentication
is not needed at all! This can be a major inconvenience if you depend on a big object graph.

In Harmony 3, however, you are able to use conditions in order to optimize the number of objects created. In this case
In Harmony 3+, however, you are able to use conditions in order to optimize the number of objects created. In this case
you can utilize the built-in `PathPrefixCondition`. You only have to attach it to Harmony:

```php
Expand Down

0 comments on commit c8c2c65

Please sign in to comment.