diff --git a/README.adoc b/README.adoc index 37d69bc..df785d5 100644 --- a/README.adoc +++ b/README.adoc @@ -1,7 +1,7 @@ = Functional Utils :toc: :toc-placement: preamble -:functionalversion: 2.2.0 +:functionalversion: 2.3.0 ifdef::env-github,env-gitbucket[:outfilesuffix: .adoc] ifndef::env-asciidoclet[:srcdir: src/main/java/] ifdef::env-asciidoclet[:srcdir:] @@ -188,6 +188,10 @@ This can be achieved with the http://mojo.codehaus.org/animal-sniffer-maven-plug == Changelog +=== 2.3.0 - 2021-11-23 + +* Added more functions to `Either` and make it right-biased + === 2.2.0 - 2021-11-04 * CanEqualsSupport: Added support to give canEqual call as function diff --git a/pom.scala b/pom.scala index 78fb0b3..74524fa 100644 --- a/pom.scala +++ b/pom.scala @@ -1,7 +1,7 @@ import org.sonatype.maven.polyglot.scala.model._ import scala.collection.immutable.Seq -val gav = "de.tototec" % "de.tototec.utils.functional" % "2.2.0" +val gav = "de.tototec" % "de.tototec.utils.functional" % "2.3.0" val url = "https://github.com/ToToTec/de.tototec.utils.functional" object Deps {