diff options
author | Bogumil Zebek <bogumil.zebek@nokia.com> | 2021-04-16 07:56:21 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-04-16 07:56:21 +0000 |
commit | 6ca044d74faed1d5a9168c5619ad2c0249dda3ad (patch) | |
tree | 2e8e1b34ba479e1cdda2be7377ddd1ee2c53a5bf | |
parent | 941ff595b39cbea33e005017b8ad8d0ad84d8bba (diff) | |
parent | ae34f5b1a7b07eb1b8344acfd5d9143db086ef6d (diff) |
Merge "Ves-client version 1.0.1 Fix mongo db init script"1.0.1
-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> |