Skip to content

Commit b6f8b53

Browse files
Release v3.0.0
1 parent a33ec99 commit b6f8b53

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
<!-- markdownlint-configure-file { "MD024": { "allow_different_nesting": true } } -->
99

10+
## [3.0.0] 2022-10-26
11+
12+
### Added
13+
14+
- Script to merge Tuxgasy work.
15+
16+
### Changed
17+
18+
- Use PostgreSQL instead of MySQL. Please follow [this process](https://wiki.dolibarr.org/index.php?title=FAQ_Migrate_my_Mysql_database_to_PostgreSQL).
19+
1020
## [2.1.0] 2022-09-20
1121

1222
### Added

docker-compose-tuxgasy.override.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ services:
5757
POSTGRES_DB: dolibarr
5858
POSTGRES_PASSWORD_FILE: /run/secrets/postgres-password
5959
POSTGRES_USER_FILE: /run/secrets/postgres-user
60+
image: postgres:alpine
6061
restart: unless-stopped
6162
secrets:
6263
- postgres-password

0 commit comments

Comments
 (0)