diff --git a/CHANGELOG.md b/CHANGELOG.md index afd583f..b146a8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,11 @@ 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.0.0...HEAD) +## [Unreleased](https://github.com/passbolt/passbolt_docker/compare/v3.0.1...HEAD) + +## [3.0.1](https://github.com/passbolt/passbolt_docker/compare/v3.0.0...v3.0.1) - 2021-02-24 + +- This is a sync release. Check [changes](https://github.com/passbolt/passbolt_api/compare/v3.0.0...v3.0.1) for passbolt_api ## [3.0.0](https://github.com/passbolt/passbolt_docker/compare/v2.13.5...v3.0.0) - 2021-02-23 diff --git a/docker-compose-pro.yml b/docker-compose-pro.yml index 6299bb5..c8b31e1 100644 --- a/docker-compose-pro.yml +++ b/docker-compose-pro.yml @@ -10,7 +10,7 @@ services: - "127.0.0.1:3306:3306" passbolt: - image: passbolt/passbolt:3.0.0-pro + image: passbolt/passbolt:3.0.1-pro #Alternatively you can use rootless: #image: passbolt/passbolt:3.0.0-pro-non-root tty: true diff --git a/docker-compose.yml b/docker-compose.yml index 235ad4c..76f826f 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -10,7 +10,7 @@ services: - "127.0.0.1:3306:3306" passbolt: - image: passbolt/passbolt:3.0.0-ce + image: passbolt/passbolt:3.0.1-ce #Alternatively you can use rootless: #image: passbolt/passbolt:3.0.0-ce-non-root tty: true