Skip to content

Commit

Permalink
Merge branch 'release/v3.9.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
dlen committed Jan 31, 2023
2 parents b55beca + c745ae7 commit 3a50304
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
cd docker-compose
sha512sum docker-compose-ce.yaml > docker-compose-ce-SHA512SUM.txt &&
sha512sum docker-compose-pro.yaml > docker-compose-pro-SHA512SUM.txt &&
sha512sum docker-compose-dev.yaml > docker-compose-dev-SHA512SUM.txt &&
sha512sum ../dev/docker-compose-dev.yaml > docker-compose-dev-SHA512SUM.txt &&
sha512sum docker-compose-ce-postgresql.yaml > docker-compose-ce-postgresql-SHA512SUM.txt
- uses: ncipollo/release-action@v1
with:
Expand Down
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased](https://github.com/passbolt/passbolt_docker/compare/v3.9.0...HEAD)
## [Unreleased](https://github.com/passbolt/passbolt_docker/compare/v3.9.1...HEAD)

## [3.9.1](https://github.com/passbolt/passbolt_docker/compare/v3.9.0...v3.9.1) - 2023-01-31

### Fixed
- Github actions on new path for development composer files

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

Expand Down

0 comments on commit 3a50304

Please sign in to comment.