Skip to content

Commit

Permalink
Updated changelog and version for 3.0-beta1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
NehaNaithani committed Aug 31, 2021
1 parent c872cb5 commit 73cc8bb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
13 changes: 10 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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.

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {

allprojects {
group = 'org.eclipse'
version = '3.0.0-alpha2'
version = '3.0.0-beta1'
}

subprojects {
Expand Down

0 comments on commit 73cc8bb

Please sign in to comment.