From ae34f5b1a7b07eb1b8344acfd5d9143db086ef6d Mon Sep 17 00:00:00 2001 From: Tomasz Pietruszkiewicz Date: Thu, 15 Apr 2021 14:15:54 +0200 Subject: Ves-client version 1.0.1 Fix mongo db init script Change-Id: I178fba70ebcec9b1cb99e3940f08fad30296162b Issue-ID: INT-1815 Signed-off-by: Tomasz Pietruszkiewicz --- Changelog.md | 3 +++ pom.xml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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 diff --git a/pom.xml b/pom.xml index 2d45894..2ec9197 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ org.onap.integration.simulators.nf-simulator.ves-client vesclient - 1.0.0-SNAPSHOT + 1.0.1-SNAPSHOT vesclient -- cgit 1.2.3-korg