Skip to content

Commit

Permalink
Release version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ptlis committed May 22, 2022
1 parent b692f8b commit 07189a1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog:

## 1.1.0 - 2022-05-22

* Bump minimum PHP version to PHP 8.1.
* Add PHPStan to CI build & fixes to make package validate at PHPStan level 9.
* Add PHPCS to CI build & fixes so that package validates with PSR-12 settings.
* Deprecate getters across the board in favour of readonly public properties.
* General code-style updates to take advantage of PHP 8.1 features.

## 1.0.2 - 2021-08-11

* Fixed handling of changes to single-line files, thanks to [anomiex](https://github.com/anomiex) for this fix.
Expand Down

0 comments on commit 07189a1

Please sign in to comment.