diff --git a/CHANGELOG.md b/CHANGELOG.md index 9862f32..5035dc5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,13 @@ ### Thanks +## 0.4.1 + +### Changed/Fixed + +- Fix incorrect parsing of AbandonRequest operation (#6) +- Bump thiserror from 1.0 to 2.0 + ## 0.4.0 ### Changed/Fixed diff --git a/Cargo.toml b/Cargo.toml index 20e8372..8eff9ba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ldap-parser" -version = "0.4.0" +version = "0.4.1" description = "Parser for the LDAP protocol (RFC 4511)" authors = ["Pierre Chifflier "] edition = "2018"