From 3c95e08f36114333ceccf0aa66497885b3a7a845 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Sat, 20 Jun 2020 22:19:36 +0100 Subject: [PATCH] Release v2.2.0 (#130) --- CHANGELOG.org | 21 +++++++++++++++++++++ pom.xml | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.org b/CHANGELOG.org index 7e3348b..ec10dc0 100644 --- a/CHANGELOG.org +++ b/CHANGELOG.org @@ -5,6 +5,27 @@ All notable changes to this project will be documented in this file. The format is based on [[https://keepachangelog.com/en/1.0.0/][Keep a Changelog]], and this project adheres to [[https://semver.org/spec/v2.0.0.html][Semantic Versioning]]. +* 2.2.0 + +Features + +- TypeAlias: allow toString to be overridden @kemitix (#129) +- Add flatMapLeft/Right and getLeft/Right to Either @kemitix (#128) + +Maintenance + +- Add release-drafter @kemitix (#127) +- Bump spotbugs-annotations from 4.0.3 to 4.0.4 @dependabot-preview (#126) +- Bump tiles-maven-plugin from 2.16 to 2.17 @dependabot-preview (#125) +- Bump spotbugs-annotations from 4.0.2 to 4.0.3 @dependabot-preview (#124) +- Bump pitest-maven from 1.5.1 to 1.5.2 @dependabot-preview (#123) +- Bump assertj-core from 3.16.0 to 3.16.1 @dependabot-preview (#122) +- Bump assertj-core from 3.15.0 to 3.16.0 @dependabot-preview (#121) +- Bump spotbugs-annotations from 4.0.1 to 4.0.2 @dependabot-preview (#120) +- Bump junit-bom from 5.6.1 to 5.6.2 @dependabot-preview (#119) +- Bump pitest-maven from 1.5.0 to 1.5.1 @dependabot-preview (#118) +- Bump junit-bom from 5.6.0 to 5.6.1 @dependabot-preview (#117) + * 2.1.0 ** Added diff --git a/pom.xml b/pom.xml index 214dce1..962edf8 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ mon - DEV-SNAPSHOT + 2.2.0 Mon TypeAlias, Result and Maybe for Java