Skip to content

Commit 367650c

Browse files
committed
Changed: version bump 3.0.1
1 parent 02e83ab commit 367650c

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
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.0.0...HEAD)
5+
## [Unreleased](https://github.com/passbolt/passbolt_docker/compare/v3.0.1...HEAD)
6+
7+
## [3.0.1](https://github.com/passbolt/passbolt_docker/compare/v3.0.0...v3.0.1) - 2021-02-24
8+
9+
- This is a sync release. Check [changes](https://github.com/passbolt/passbolt_api/compare/v3.0.0...v3.0.1) for passbolt_api
610

711
## [3.0.0](https://github.com/passbolt/passbolt_docker/compare/v2.13.5...v3.0.0) - 2021-02-23
812

docker-compose-pro.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ services:
1010
- "127.0.0.1:3306:3306"
1111

1212
passbolt:
13-
image: passbolt/passbolt:3.0.0-pro
13+
image: passbolt/passbolt:3.0.1-pro
1414
#Alternatively you can use rootless:
1515
#image: passbolt/passbolt:3.0.0-pro-non-root
1616
tty: true

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ services:
1010
- "127.0.0.1:3306:3306"
1111

1212
passbolt:
13-
image: passbolt/passbolt:3.0.0-ce
13+
image: passbolt/passbolt:3.0.1-ce
1414
#Alternatively you can use rootless:
1515
#image: passbolt/passbolt:3.0.0-ce-non-root
1616
tty: true

0 commit comments

Comments
 (0)