Skip to content

Commit

Permalink
Release 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
akondas committed May 20, 2021
1 parent 771c9a4 commit 527c3fe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
On next release:
- [ ] update src/Repman.php (VERSION)

## [1.1.2] - 2021-05-20
### Security
- Bump composer to 2.0.13 - security fix

## [1.1.1] - 2021-04-08
### Fixed
- Using int for priority in event subscriber - Avoid PHP 8 Runtime exception (#14 thanks @pedro-stanaka)
Expand Down
2 changes: 1 addition & 1 deletion src/Repman.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
final class Repman implements PluginInterface, EventSubscriberInterface
{
/** @var string */
public const VERSION = '1.1.1';
public const VERSION = '1.1.2';

/** @var string */
public const DEFAULT_BASE_URL = 'https://repo.repman.io';
Expand Down

0 comments on commit 527c3fe

Please sign in to comment.