Skip to content

Releases: Enterprize1/phishy-mailbox

v1.3.0

10 Nov 15:30
c03df79
Compare
Choose a tag to compare

What's Changed

Breaking Change

Requires dumping and restoring for #78

docker compose exec postgres pg_dump --clean --if-exists -U mailbox > dump.sql

Update the docker compose file and start the containers

git pull
docker compose up -d

Restore the from the dump.sql

docker compose exec -T postgres psql -U mailbox < dump.sql

Full Changelog: v1.2.3...v1.3.0

v1.2.3

19 Jul 22:58
12c0d89
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.2...v1.2.3

v1.2.2

13 Jul 14:57
c1dfc4c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.1...v1.2.2

v1.2.1

13 Jul 12:15
Compare
Choose a tag to compare

Full Changelog: v1.2.0...v1.2.1