diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 8640e61..b59613e 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -1,6 +1,5 @@ name: docker on: - workflow_dispatch: release: branches: [ "master" ] types: [ "published" ] diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 19a1f43..56a4531 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -1,7 +1,6 @@ -name: "Create and publish Phar" +name: publish on: - workflow_dispatch: release: branches: [ "master" ] types: [ "published" ] diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index e876566..515bb2c 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,11 +1,14 @@ # `phpcfdi/cfditopdf` Changelog +## Version 0.4.4 2024-11-08 + +- Add Docker Hub public image. Thanks to `@dreglad` for the inspiration. + ## Version 0.4.3 2024-11-08 - Fix compatibility with PHP 8.4. - Allow dependence of `eclipxe/cfdiutils` to match versions `^2.31` and `^3.0`. - Update license year to 2025. -- Add Docker Hub public image. Thanks to `@dreglad` for the inspiration. These changes apply to the development environment: