Skip to content

Commit 527c3fe

Browse files
committed
Release 1.1.2
1 parent 771c9a4 commit 527c3fe

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
On next release:
99
- [ ] update src/Repman.php (VERSION)
1010

11+
## [1.1.2] - 2021-05-20
12+
### Security
13+
- Bump composer to 2.0.13 - security fix
14+
1115
## [1.1.1] - 2021-04-08
1216
### Fixed
1317
- Using int for priority in event subscriber - Avoid PHP 8 Runtime exception (#14 thanks @pedro-stanaka)

src/Repman.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
final class Repman implements PluginInterface, EventSubscriberInterface
1818
{
1919
/** @var string */
20-
public const VERSION = '1.1.1';
20+
public const VERSION = '1.1.2';
2121

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

0 commit comments

Comments
 (0)