From fa460e194d8e45180648cc09dc6ee8f8ca86fda3 Mon Sep 17 00:00:00 2001 From: David Baker Effendi Date: Mon, 24 Jan 2022 10:29:51 +0200 Subject: [PATCH] :bookmark: Release v1.0.3 --- CHANGELOG.md | 2 +- build.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd2b0324..56d4fd0c 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.3] - 2022-01-24 ### Fixed diff --git a/build.sbt b/build.sbt index 6f668083..80849f79 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ name := "Plume" organization := "com.github.plume-oss" -version := "1.0.2-SNAPSHOT" +version := "1.0.3" scalaVersion := "2.13.6"