diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ea025f..d9db968 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.17.4](https://github.com/varfish-org/hgvs-rs/compare/v0.17.3...v0.17.4) (2024-12-09) + + +### Bug Fixes + +* Sec and Stop coincide in SEPHS2 ([#214](https://github.com/varfish-org/hgvs-rs/issues/214)) ([8ae7e73](https://github.com/varfish-org/hgvs-rs/commit/8ae7e73336a1d8142f316b42209a1461f2608f0a)) + ## [0.17.3](https://github.com/varfish-org/hgvs-rs/compare/v0.17.2...v0.17.3) (2024-10-04) diff --git a/Cargo.toml b/Cargo.toml index 6cf36b6..e1c0251 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hgvs" -version = "0.17.3" +version = "0.17.4" edition = "2021" authors = ["Manuel Holtgrewe "] description = "Port of biocommons/hgvs to Rust"