diff --git a/CHANGES.md b/CHANGES.md index 5b0807b..00d2cd2 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,8 @@ +# snare 0.4.11 (2024-07-25) + +* Handle both JSON and urlencoded requests. + + # snare 0.4.10 (2024-04-02) * Change logging approach. `-vvvv` now gives more helpful output. diff --git a/Cargo.lock b/Cargo.lock index 105680d..d7cc610 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -725,7 +725,7 @@ dependencies = [ [[package]] name = "snare" -version = "0.4.10" +version = "0.4.11" dependencies = [ "cfgrammar", "crypto-common", diff --git a/Cargo.toml b/Cargo.toml index 8914656..3f1b635 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "snare" description = "GitHub webhooks runner daemon" -version = "0.4.10" +version = "0.4.11" homepage = "https://tratt.net/laurie/src/snare/" repository = "https://github.com/softdevteam/snare/" authors = ["Laurence Tratt "]