Skip to content

Commit

Permalink
Release v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorentPoinsaut committed Oct 26, 2022
1 parent a33ec99 commit b6f8b53
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

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

## [3.0.0] 2022-10-26

### Added

- Script to merge Tuxgasy work.

### Changed

- Use PostgreSQL instead of MySQL. Please follow [this process](https://wiki.dolibarr.org/index.php?title=FAQ_Migrate_my_Mysql_database_to_PostgreSQL).

## [2.1.0] 2022-09-20

### Added
Expand Down
1 change: 1 addition & 0 deletions docker-compose-tuxgasy.override.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ services:
POSTGRES_DB: dolibarr
POSTGRES_PASSWORD_FILE: /run/secrets/postgres-password
POSTGRES_USER_FILE: /run/secrets/postgres-user
image: postgres:alpine
restart: unless-stopped
secrets:
- postgres-password
Expand Down

0 comments on commit b6f8b53

Please sign in to comment.