diff --git a/CHANGELOG.md b/CHANGELOG.md index b960b92..d25b3c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,18 +1,14 @@ # Changelog -## 1.2.0 (2023-10-06) +## 1.1.0 (2023-11-14) ### Features +- RSA JWT Signature Validation +- ECDSA JWT Signature Validation - JWT Authentication - -## 1.1.0 (2023-10-06) - -### Features - - Environment Variable Configuration [712e216](https://github.com/levelsoftware/echoip/commit/712e2166d51fdb85229f52caa380743245f31dfa) - ## 1.0.0 (2023-10-06) ### Features diff --git a/etc/systemd/system/echoip.service b/etc/systemd/system/echoip.service index f766165..b0372b9 100644 --- a/etc/systemd/system/echoip.service +++ b/etc/systemd/system/echoip.service @@ -6,7 +6,7 @@ After=network.target Type=simple User=web -ExecStart=/usr/local/bin/echoip +ExecStart=/usr/local/bin/echoip -c /etc/echoip/config.toml Restart=always RestartSec=5s StandardOutput=syslog