From 73cc8bbb5da7136b063dddb1e4b147af08f0f230 Mon Sep 17 00:00:00 2001 From: NehaNaithani Date: Tue, 31 Aug 2021 17:19:26 +1200 Subject: [PATCH] Updated changelog and version for 3.0-beta1 release --- CHANGELOG.md | 13 ++++++++++--- build.gradle | 2 +- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74358058..c0ca4e84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## [v3.0.0-beta1] - 31 Aug 2021 + +### Features +* Added support for Centos 8 + ## [v3.0.0-alpha2] - 16 July 2021 ### Features @@ -14,7 +19,7 @@ * Docker pull stats with percentage completion * Send error back to controller on failure of volume mount on microservice -## [2.0.7] - 2021-06-30 +## [v2.0.7] - 2021-06-30 * Fixed the bug when config.xml file gets truncated and results in agent crash on re-start. * Fixed the bug of resetting logger on every configuration update. Now logger resets only on log configuration update. @@ -108,8 +113,10 @@ * Fixed the issue with microservice status [Unreleased]: https://github.com/eclipse-iofog/agent/compare/v2.0.2..HEAD -[v3.0.0-alpha1]: https://github.com/eclipse-iofog/agent/compare/v2.0.6..v3.0.0-alpha1 -[v2.0.7]: https://github.com/eclipse-iofog/agent/compare/v2.0.7..v2.0.7 +[v3.0.0-beta1]: https://github.com/eclipse-iofog/agent/compare/v3.0.0-alpha2..v3.0.0-beta1 +[v3.0.0-alpha2]: https://github.com/eclipse-iofog/agent/compare/v3.0.0-alpha1..v3.0.0-alpha2 +[v3.0.0-alpha1]: https://github.com/eclipse-iofog/agent/compare/v2.0.7..v3.0.0-alpha1 +[v2.0.7]: https://github.com/eclipse-iofog/agent/compare/v2.0.6..v2.0.7 [v2.0.6]: https://github.com/eclipse-iofog/agent/compare/v2.0.5..v2.0.6 [v2.0.5]: https://github.com/eclipse-iofog/agent/compare/v2.0.4..v2.0.5 [v2.0.4]: https://github.com/eclipse-iofog/agent/compare/v2.0.3..v2.0.4 diff --git a/build.gradle b/build.gradle index 4db2ca69..e8013623 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ plugins { allprojects { group = 'org.eclipse' - version = '3.0.0-alpha2' + version = '3.0.0-beta1' } subprojects {