Skip to content

Commit

Permalink
add bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yelouarti committed Dec 4, 2024
1 parent 42da0d3 commit 354be1c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
group=de.kamillionlabs
name=hateoflux
version=1.1.0-SNAPSHOT
version=1.0.1

0 comments on commit 354be1c

Please sign in to comment.