From e6953b126e023e2b0aee76cc383b40c64ec2337e Mon Sep 17 00:00:00 2001 From: Ahmed Ibrahim Date: Tue, 16 Apr 2024 15:36:56 +0200 Subject: [PATCH] 1.0.1-SNAPSHOT --- CHANGELOG.md | 4 ++++ pom.xml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 388cb1f..49c5df5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [v1.0.1-SNAPSHOT] - 2024-04-16 + + - Null pointer exception bug fixed + ## [v1.0.0] - 2023-11-15 - First release diff --git a/pom.xml b/pom.xml index 62ef56e..e264b48 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ org.gcube.portal social-library-stubs - 1.0.0 + 1.0.1-SNAPSHOT gCube Social Library stubs The gCube Social Networking Library stubs exploits the social networking facilities using the social-service-client to interface with the NoSQL data store for their storage. Specifically an Apache Cassandra data store.