From faf206f45e854c5efa52c1355a715e3bb0feefde Mon Sep 17 00:00:00 2001 From: Mr Robot Date: Tue, 20 Nov 2018 20:35:19 +0000 Subject: [PATCH] chore(release): 1.2.0 [skip ci] # [1.2.0](https://framagit.org/dystopia-project/simple-email/compare/v1.1.2...v1.2.0) (2018-11-20) ### Bug Fixes * missing null check on refactor notification ([3318b38](https://framagit.org/dystopia-project/simple-email/commit/3318b38)) ### Features * improve messages UI ([1e9c5e8](https://framagit.org/dystopia-project/simple-email/commit/1e9c5e8)) --- CHANGELOG.md | 11 +++++++++++ app/build.gradle | 4 ++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6936d171..17ade61c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.2.0](https://framagit.org/dystopia-project/simple-email/compare/v1.1.2...v1.2.0) (2018-11-20) + + +### Bug Fixes + +* missing null check on refactor notification ([3318b38](https://framagit.org/dystopia-project/simple-email/commit/3318b38)) + + +### Features + +* improve messages UI ([1e9c5e8](https://framagit.org/dystopia-project/simple-email/commit/1e9c5e8)) ## [1.1.2](https://framagit.org/dystopia-project/simple-email/compare/v1.1.1...v1.1.2) (2018-11-20) diff --git a/app/build.gradle b/app/build.gradle index b0e51b74..c375800d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -7,8 +7,8 @@ android { applicationId "org.dystopia.email" minSdkVersion 23 targetSdkVersion 28 - versionCode 112 - versionName "1.1.2" + versionCode 113 + versionName "1.2.0" archivesBaseName = "SimpleEmail-v$versionName" proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'