Skip to content

Commit

Permalink
Release 3.0.0-beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
NehaNaithani committed Oct 27, 2021
1 parent fa6f5f1 commit 60c8842
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [v3.0.0-beta2] - 27 Oct 2021
### Bugs
* Reset microservice container error message on successful microservice deployment

## [v3.0.0-beta1] - 31 Aug 2021

### Features
Expand Down Expand Up @@ -113,6 +117,7 @@
* Fixed the issue with microservice status

[Unreleased]: https://github.com/eclipse-iofog/agent/compare/v2.0.2..HEAD
[v3.0.0-beta2]: https://github.com/eclipse-iofog/agent/compare/v3.0.0-alpha1..v3.0.0-beta2
[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
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-beta1'
version = '3.0.0-beta2'
}

subprojects {
Expand Down

0 comments on commit 60c8842

Please sign in to comment.