From 4f39d9c8229d9cac172fa894f633ccf4b4a4460c Mon Sep 17 00:00:00 2001 From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com> Date: Sat, 28 Jan 2023 14:02:13 -0600 Subject: [PATCH] Update CHANGELOG for v0.2.2 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d29dc03..656a9a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.2] - 2023-01-28 + ### Fixed - `Haplotype` validation ([#36](https://github.com/BioJulia/SequenceVariation.jl/issues/36)/[#37](https://github.com/BioJulia/SequenceVariation.jl/pull/37)) @@ -74,7 +76,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `Variant` constructor to automatically detect mutations from a `BioAlignments.PairwiseAlignment` - Methods to get reference and alternate bases from a `Variation` -[unreleased]: https://github.com/BioJulia/SequenceVariation.jl/compare/v0.2.1...HEAD +[unreleased]: https://github.com/BioJulia/SequenceVariation.jl/compare/v0.2.2...HEAD +[0.2.2]: https://github.com/BioJulia/SequenceVariation.jl/compare/v0.2.1...v0.2.2 [0.2.1]: https://github.com/BioJulia/SequenceVariation.jl/compare/v0.2.0...v0.2.1 [0.2.0]: https://github.com/BioJulia/SequenceVariation.jl/compare/v0.1.4...v0.2.0 [0.1.4]: https://github.com/BioJulia/SequenceVariation.jl/compare/v0.1.3...v0.1.4