File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88On 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 )
Original file line number Diff line number Diff line change 1717final 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 ' ;
You can’t perform that action at this time.
0 commit comments