diff options
-rw-r--r-- | Changelog.md | 3 | ||||
-rw-r--r-- | pom.xml | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/Changelog.md b/Changelog.md index 043bccf..49500a6 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [1.0.1] - 12/04/2021 + - [INT-1815](https://jira.onap.org/browse/INT-1815) - Fix mongo db init script + ## [1.0.0] - 18/03/2021 - [INT-1869](https://jira.onap.org/browse/INT-1869) - Move pnf-simulator to nf-simulator/ves-client repository @@ -32,7 +32,7 @@ <groupId>org.onap.integration.simulators.nf-simulator.ves-client</groupId> <artifactId>vesclient</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> <name>vesclient</name> |