From e8fbbe2668aa0e99b7a631e9dc7802bc270c2bda Mon Sep 17 00:00:00 2001 From: CloudNiner Date: Fri, 19 Jun 2020 14:14:56 -0400 Subject: [PATCH] Version 3.4.0 --- CHANGELOG.md | 2 +- version.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 47b2bf78d6..a8cd78cfb3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [3.4.0] - 2020-06-19 ### Added - Add GS in the list of supported URI schemes [#3235](https://github.com/locationtech/geotrellis/pull/3235) diff --git a/version.sbt b/version.sbt index 08831ae1e5..a001b413ab 100644 --- a/version.sbt +++ b/version.sbt @@ -1 +1 @@ -ThisBuild / version := "3.3.1-SNAPSHOT" +ThisBuild / version := "3.4.0"