Skip to content

Commit 5c20be1

Browse files
authored
[Release] 1.11.1 (nunomaduro#328)
1 parent e360528 commit 5c20be1

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## [v1.11.1]
8+
### Fixed
9+
- Exclusion in ForbiddenFinalClasses Insight ([#326](https://github.com/nunomaduro/phpinsights/pull/326))
10+
711
## [v1.11.0]
812
### Added
913
- Support to Symfony 5 ([#324](https://github.com/nunomaduro/phpinsights/pull/324))

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "phpinsights",
3-
"version": "1.11.0",
3+
"version": "1.11.1",
44
"main": "index.js",
55
"license": "MIT",
66
"dependencies": {

src/Domain/Kernel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ final class Kernel
1818
/**
1919
* The app version.
2020
*/
21-
public const VERSION = 'v1.11.0';
21+
public const VERSION = 'v1.11.1';
2222

2323
/**
2424
* Bootstraps the usage of the package.

0 commit comments

Comments
 (0)