diff --git a/CHANGELOG.md b/CHANGELOG.md index 18ce48e..c868990 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/). ## [Unreleased] -## [1.5.0-rc.1] - 2024-04-09 +## [1.5.0] - 2024-04-17 ### Features @@ -273,8 +273,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/). * First released version * REST API version 1.0.0 -[Unreleased]: https://github.com/LINBIT/linstor-gateway/compare/v1.5.0-rc.1...HEAD -[1.5.0-rc.1]: https://github.com/LINBIT/linstor-gateway/compare/v1.4.0...v1.5.0-rc.1 +[Unreleased]: https://github.com/LINBIT/linstor-gateway/compare/v1.5.0...HEAD +[1.5.0]: https://github.com/LINBIT/linstor-gateway/compare/v1.4.0...v1.5.0 [1.4.0]: https://github.com/LINBIT/linstor-gateway/compare/v1.4.0-rc.1...v1.4.0 [1.4.0-rc.1]: https://github.com/LINBIT/linstor-gateway/compare/v1.3.0...v1.4.0-rc.1 [1.3.0]: https://github.com/LINBIT/linstor-gateway/compare/v1.3.0-rc.1...v1.3.0 diff --git a/debian/changelog b/debian/changelog index 7380618..cffb3b5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +linstor-gateway (1.5.0-1) unstable; urgency=medium + + * New upstream release + + -- Christoph Böhmwalder Wed, 17 Apr 2024 15:40:55 +0200 + linstor-gateway (1.5.0~rc.1-1) unstable; urgency=medium * New upstream release diff --git a/linstor-gateway.spec b/linstor-gateway.spec index e6c9d8d..617f473 100644 --- a/linstor-gateway.spec +++ b/linstor-gateway.spec @@ -7,7 +7,7 @@ %endif Name: linstor-gateway -Version: 1.5.0~rc.1 +Version: 1.5.0 Release: 1 Summary: Exposes highly available LINSTOR storage via iSCSI, NFS, or NVMe-OF. %global tarball_version %(echo "%{version}" | sed -e 's/~rc/-rc/' -e 's/~alpha/-alpha/') @@ -57,6 +57,9 @@ find %{_datadir}/doc/drbd-reactor* \ %{_firewalldir}/services/%{name}.xml %changelog +* Wed Apr 17 2024 Christoph Böhmwalder - 1.5.0-1 +- New upstream release + * Tue Apr 09 2024 Christoph Böhmwalder - 1.5.0~rc.1-1 - New upstream release