Skip to content

Commit

Permalink
ready for release
Browse files Browse the repository at this point in the history
  • Loading branch information
carvilsi committed Jun 6, 2024
1 parent 6f589eb commit 3b95d5b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

# [v5.0.0](https://github.com/carvilsi/pwyll/releases/tag/v5.0.0) (2024-06-06)

- added secret policies
- implemented argon2 to deal with hashes

# [v4.1.0](https://github.com/carvilsi/pwyll/releases/tag/v4.1.0) (2024-04-16)

- upgrading express.js to deal with CVE-2024-29041 vulnerability
Expand Down
2 changes: 1 addition & 1 deletion devops/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
- ./mongo-volume:/data/db

pwyll:
image: carvilsi/pwyll:4.1.0
image: carvilsi/pwyll:5.0.0
restart: always
ports:
- '46520:46520'
Expand Down

0 comments on commit 3b95d5b

Please sign in to comment.