Skip to content

Commit

Permalink
Merge pull request #23 from slunak/release-1.4.0
Browse files Browse the repository at this point in the history
Prepare for release
  • Loading branch information
slunak authored Jul 15, 2023
2 parents 99c44d4 + 551cea4 commit a3e88f7
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,16 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a

## [Unreleased]

## [1.4.0]

### Added

- Added support for Time to Live (TTL) parameter

### Changed

- Changed phpunit test command; removed `-v` flag

## [1.3.2]

### Added
Expand All @@ -37,7 +43,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.3.2...HEAD
[Unreleased]: https://github.com/slunak/pushover-php/compare/v1.4.0...HEAD
[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
[1.3.1]: https://github.com/slunak/pushover-php/compare/v1.3.0...v1.3.1
[1.3.0]: https://github.com/slunak/pushover-php/compare/v1.2.0...v1.3.0

0 comments on commit a3e88f7

Please sign in to comment.