Skip to content

Commit 3a50304

Browse files
committed
Merge branch 'release/v3.9.1'
2 parents b55beca + c745ae7 commit 3a50304

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
cd docker-compose
1414
sha512sum docker-compose-ce.yaml > docker-compose-ce-SHA512SUM.txt &&
1515
sha512sum docker-compose-pro.yaml > docker-compose-pro-SHA512SUM.txt &&
16-
sha512sum docker-compose-dev.yaml > docker-compose-dev-SHA512SUM.txt &&
16+
sha512sum ../dev/docker-compose-dev.yaml > docker-compose-dev-SHA512SUM.txt &&
1717
sha512sum docker-compose-ce-postgresql.yaml > docker-compose-ce-postgresql-SHA512SUM.txt
1818
- uses: ncipollo/release-action@v1
1919
with:

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5-
## [Unreleased](https://github.com/passbolt/passbolt_docker/compare/v3.9.0...HEAD)
5+
## [Unreleased](https://github.com/passbolt/passbolt_docker/compare/v3.9.1...HEAD)
6+
7+
## [3.9.1](https://github.com/passbolt/passbolt_docker/compare/v3.9.0...v3.9.1) - 2023-01-31
8+
9+
### Fixed
10+
- Github actions on new path for development composer files
611

712
## [3.9.0](https://github.com/passbolt/passbolt_docker/compare/v3.8.1...v3.9.0) - 2023-01-31
813

0 commit comments

Comments
 (0)