Bump version

This commit is contained in:
Angelillo15 2024-11-10 22:22:15 +01:00
commit 533aac050d
3 changed files with 14 additions and 2 deletions

View file

@ -47,7 +47,7 @@ jobs:
with: with:
registry: ghcr.io registry: ghcr.io
username: ${{ github.repository_owner }} username: ${{ github.repository_owner }}
password: ${{ secrets.REGISTRY_TOKEN }} password: ${{ secrets.GITHUB_TOKEN }}
- name: Update version - name: Update version
if: "github.event_name == 'release' && github.event.action == 'published'" if: "github.event_name == 'release' && github.event.action == 'published'"

View file

@ -3,6 +3,18 @@ This file is a running track of new features and fixes to each version of the pa
This project follows [Semantic Versioning](http://semver.org) guidelines. This project follows [Semantic Versioning](http://semver.org) guidelines.
## v1.11.9
### Fixed
* Fixed issue with CI not pushing Docker image
## v1.11.8
### Fixed
* Fixed an issue where a `DELETE` request was used instead of a `POST`, potentially logging user passwords in plain text if they disable 2FA.
## v1.11.7 ## v1.11.7
### Added ### Added

View file

@ -11,7 +11,7 @@ return [
| change this value if you are not maintaining your own internal versions. | change this value if you are not maintaining your own internal versions.
*/ */
'version' => '1.11.8', 'version' => '1.11.9',
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------