From 354be1c21846a83559770462897409547ed3d972 Mon Sep 17 00:00:00 2001 From: Younes El Ouarti Date: Wed, 4 Dec 2024 12:19:15 +0100 Subject: [PATCH] add bug fix --- CHANGELOG.md | 6 ++---- gradle.properties | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e4e152..de35521 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,12 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [1.1.0-SNAPSHOT] - -### Added +## [1.0.1] ### Changed -* HalResourecWrapperis#EmbeddedOriginallyAList is now private +* HalResourecWrapper#isEmbeddedOriginallyAList is now private ### Fixed * Single scalars (e.g. String, Integers, Boolean, etc.) are now not allowed in Wrappers and will result in an exception diff --git a/gradle.properties b/gradle.properties index 32b9fe0..3931619 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,3 @@ group=de.kamillionlabs name=hateoflux -version=1.1.0-SNAPSHOT \ No newline at end of file +version=1.0.1 \ No newline at end of file