diff options
author | Tomasz Pietruszkiewicz <tomasz.pietruszkiewicz@nokia.com> | 2021-04-15 14:15:54 +0200 |
---|---|---|
committer | Tomasz Pietruszkiewicz <tomasz.pietruszkiewicz@nokia.com> | 2021-04-15 14:15:54 +0200 |
commit | ae34f5b1a7b07eb1b8344acfd5d9143db086ef6d (patch) | |
tree | 91d8b55b2b625226c4d7042151581c7019497196 | |
parent | 73f7ee0e30ba6779404efb4ad21a8b084c6d7d30 (diff) |
Ves-client version 1.0.1
Fix mongo db init script
Change-Id: I178fba70ebcec9b1cb99e3940f08fad30296162b
Issue-ID: INT-1815
Signed-off-by: Tomasz Pietruszkiewicz <tomasz.pietruszkiewicz@nokia.com>
-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> |