CHANGELOG.md
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Added
- Support for PHP 8.3
### Changed
- Drop support for PHP 8.0
## [4.0.0] - 2023-06-09
### Changed
- Drop support for PHP 7.4
- Ensure support for PHP 8.1 and 8.2 (previous versions supported it already, now there's automated tests)
## [3.0.0] - 2021-10-30
### Changed
- Drop support for PHP < 7.4
## [2.0.0] - 2020-12-02
### Changed
- Drop support for PHP 7.1
- Add support for PHP 8.0
## [1.0.1] - 2020-01-22
### Fixed
- Remove unnecessary files from packagist
## [1.0.0] - 2019-04-20
### Added
- Initial release
[Unreleased]: https://github.com/particleflux/password-manager-connection/compare/4.0.0...HEAD
[4.0.0]: https://github.com/particleflux/password-manager-connection/releases/tag/4.0.0
[3.0.0]: https://github.com/particleflux/password-manager-connection/releases/tag/3.0.0
[2.0.0]: https://github.com/particleflux/password-manager-connection/releases/tag/2.0.0
[1.0.1]: https://github.com/particleflux/password-manager-connection/releases/tag/1.0.1
[1.0.0]: https://github.com/particleflux/password-manager-connection/releases/tag/1.0.0