-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
93d91c6
commit cb67cf1
Showing
1 changed file
with
26 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,26 @@ | ||
# Changelog | ||
|
||
## v1.0 - 2022-06-30 | ||
|
||
### Added | ||
- Initial Release | ||
# Changelog | ||
|
||
## v2.0 - 2023-05-25 | ||
|
||
Some rework to package to more easier load .pem-certificates instead of the .p12-variant. | ||
|
||
This is a breaking update, however – migrating from v1.0 should take five minutes or less in most cases. Please [review the upgrade guide](https://github.com/olssonm/swish-php/blob/main/UPGRADE.md) for changes. | ||
|
||
Support for PHP 7.4 and 8.0 has been dropped. | ||
|
||
### What's Changed | ||
|
||
- Downgrade to ubuntu 20.04 by @olssonm in https://github.com/olssonm/swish-php/pull/1 | ||
- Fix broken build-shield by @olssonm in https://github.com/olssonm/swish-php/pull/2 | ||
- Add php 8.2 to the test matrix by @olssonm in https://github.com/olssonm/swish-php/pull/3 | ||
- Improve handling of .pem-certificates by @olssonm in https://github.com/olssonm/swish-php/pull/4 | ||
|
||
### New Contributors | ||
|
||
**Full Changelog**: https://github.com/olssonm/swish-php/compare/v1.0...v2.0 | ||
|
||
## v1.0 - 2022-06-30 | ||
|
||
### Added | ||
|
||
- Initial Release |