Skip to content

Commit

Permalink
Prepare for release 1.6.0 (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
slunak authored Aug 29, 2024
1 parent c48ccd5 commit b7cc7ff
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,29 @@
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.6.0]

### Added

- Added support for listing groups #29
- Added PHP CS Fixer to CI
- Added PHPStan to CI
- Added Rector to CI
- Lots of code refactoring and improvements

### Fixed

- Wrong comparison to 0 in response #42

### Deprecated

- Deprecated PHP 7.4 support
- Deprecated PHP 8.0 support
- Deprecated PHP 8.1 support

## [1.5.0]

### Fixed
Expand Down Expand Up @@ -51,7 +72,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a

- Fix deprecation warning when running tests on PHP 8.1 and 8.2

[Unreleased]: https://github.com/slunak/pushover-php/compare/v1.5.0...HEAD
[Unreleased]: https://github.com/slunak/pushover-php/compare/v1.6.0...HEAD
[1.6.0]: https://github.com/slunak/pushover-php/compare/v1.5.0...v1.6.0
[1.5.0]: https://github.com/slunak/pushover-php/compare/v1.4.0...v1.5.0
[1.4.0]: https://github.com/slunak/pushover-php/compare/v1.3.2...v1.4.0
[1.3.2]: https://github.com/slunak/pushover-php/compare/v1.3.1...v1.3.2
Expand Down

0 comments on commit b7cc7ff

Please sign in to comment.