From cdc3672ac37e96cd0412a4903851e27a9ff4f9ab Mon Sep 17 00:00:00 2001 From: David Baker Effendi Date: Sun, 13 Mar 2022 22:44:24 +0200 Subject: [PATCH] :bookmark: Release v1.0.21 --- CHANGELOG.md | 2 +- build.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cae9a3d2..8a04769b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -## [Unreleased] +## [1.0.21] - 2022-03-13 ### Fixed diff --git a/build.sbt b/build.sbt index a0a1945d..f073ec51 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ name := "Plume" inThisBuild( List( organization := "com.github.plume-oss", - version := "1.0.20", + version := "1.0.21", scalaVersion := "2.13.7", crossScalaVersions := Seq("2.13.7", "3.1.1"), resolvers ++= Seq(