Skip to content

Commit

Permalink
Version 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
uberto committed Aug 22, 2024
1 parent 55e1fe1 commit cd05a40
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@
This list is not currently intended to be all-encompassing - it will document major and breaking API changes with their
rationale when appropriate:

### v.3.1.0 -
### v.3.1.1 - 22 August 2024

Kondor-mongo: fromBsonDoc return an Outcome error instead of nullable for better errors
Kondor-core: added JFloat to support Float values
Kondor-core: num accepts custom JNumRepresentable
Kondor-core: added JFloat to support Float values (thanks @nilshelmig)
Kondor-core: num accepts custom JNumRepresentable (thanks @nilshelmig)
Kondor-core: added UUID converter
Kondor-mongo: fromBsonDoc return an Outcome error instead of nullable for better errors
Kondor-mongo: made internalRun visible on MongoSession for accessing Java driver features

### v.3.0.0 - 31 May 2024

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
allprojects {

group 'com.ubertob.kondor'
version '3.0.0'
version '3.1.1'

wrapper {
gradleVersion = "8.4"
Expand Down

0 comments on commit cd05a40

Please sign in to comment.