Migrating from 1.7.7 to 1.8.0
If you use docker-compose or run docker manually
Everything should work without any changes.
If you run it without docker
You need to migrate the database by npm run server:db:migrate
.
What's Changed
- feat: Invalidate access token on logout
Full Changelog: v1.7.7...v1.8.0