Skip to content

Commit

Permalink
Bump version to 2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cmgmyr committed Mar 18, 2023
1 parent 5bf3b17 commit a701b7a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [v2.8.0]
### Added
* Added Laravel 10 and PHP 8.1 Support [#626](https://github.com/nunomaduro/phpinsights/pull/626)
* fix string interpolation deprecation messages in PHP 8.2 [#628](https://github.com/nunomaduro/phpinsights/pull/628)

### Changed
* Update readme.md to 2023 [#627](https://github.com/nunomaduro/phpinsights/pull/627)
* update phploc [#630](https://github.com/nunomaduro/phpinsights/pull/630)
* update GH actions [#631](https://github.com/nunomaduro/phpinsights/pull/631)
* Update Quick start [#625](https://github.com/nunomaduro/phpinsights/pull/625)
* Adjust interpolation [#632](https://github.com/nunomaduro/phpinsights/pull/632)

## [v2.7.0]
### Added
- Added support for slevomat/coding-standard:8.0 ([#611](https://github.com/nunomaduro/phpinsights/pull/611))
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "phpinsights",
"version": "2.7.0",
"version": "2.8.0",
"main": "index.js",
"license": "MIT",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/Domain/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ final class Kernel
*
* @noRector Rector\DeadCode\Rector\ClassConst\RemoveUnusedClassConstantRector
*/
public const VERSION = 'v2.7.0';
public const VERSION = 'v2.8.0';

/**
* Bootstraps the usage of the package.
Expand Down

0 comments on commit a701b7a

Please sign in to comment.