From 676eb6a7eb7c5140f2eb325a6b35bc87108eae08 Mon Sep 17 00:00:00 2001 From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com> Date: Fri, 22 Dec 2023 12:12:51 -0700 Subject: [PATCH] chore: Bump version number in CHANGELOG --- CHANGELOG.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14f4da0..1d26aeb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ and this project adheres to ## [Unreleased] +## [1.1.0] - 2023-12-22 + ### Changed - Documentation improved ([#62](https://github.com/ksumngs/pull/62)) @@ -16,7 +18,7 @@ and this project adheres to - Haplotype calling now uses sparse matrices ([#60](https://github.com/ksumngs/HapLink.jl/pull/60)) - FASTX.jl downgraded to v1 - ([#56](https://github.com/ksumng/HapLink.jl/pull/56)) + ([#56](https://github.com/ksumngs/HapLink.jl/pull/56)) ## [1.0.0] - 2023-06-04 @@ -216,7 +218,8 @@ and this project adheres to - `Haplotype` - `Variant` -[unreleased]: https://github.com/ksumngs/HapLink.jl/compare/v1.0.0...HEAD +[unreleased]: https://github.com/ksumngs/HapLink.jl/compare/v1.1.0...HEAD +[1.1.0]: https://github.com/ksumngs/HapLink.jl/compare/v1.0.0...v1.1.0 [1.0.0]: https://github.com/ksumngs/HapLink.jl/compare/v0.7.1...v1.0.0 [0.7.1]: https://github.com/ksumngs/HapLink.jl/compare/v0.7.0...v0.7.1 [0.7.0]: https://github.com/ksumngs/HapLink.jl/compare/v0.6.0...v0.7.0