From b50d3619128183bd0c53a8211337af15cb887b7b Mon Sep 17 00:00:00 2001 From: Gianlu Date: Sat, 4 Jul 2020 15:25:30 +0200 Subject: [PATCH] Release 3.2.0 (99) --- CHANGELOG.md | 6 ++++++ app/build.gradle | 4 ++-- app/src/main/play/release-notes/en-GB/production.txt | 5 +++-- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 895001f4..fd027fc4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. 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). +## [3.2.0] - 04-07-2020 +### Added +- Added custom decks functionality (on supporting servers) +- Added legend in server dialogs + + ## [3.1.4] - 19-05-2020 ### Removed - Cardcast has been shutdown, a replacement will be available soon diff --git a/app/build.gradle b/app/build.gradle index 93f905ce..f6d60dd0 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -14,8 +14,8 @@ android { applicationId "com.gianlu.pretendyourexyzzy" minSdkVersion 21 targetSdkVersion 29 - versionCode 98 - versionName "3.1.4" + versionCode 99 + versionName "3.2.0" } if (isTravis) { diff --git a/app/src/main/play/release-notes/en-GB/production.txt b/app/src/main/play/release-notes/en-GB/production.txt index 270a59f7..df9fcbaa 100644 --- a/app/src/main/play/release-notes/en-GB/production.txt +++ b/app/src/main/play/release-notes/en-GB/production.txt @@ -1,2 +1,3 @@ -### Removed -- Cardcast has been shutdown, a replacement will be available soon \ No newline at end of file +### Added +- Added custom decks functionality (on supporting servers) +- Added legend in server dialogs \ No newline at end of file