From 84cd721a7969b86cd5f04d8d2449c5f28ea24fba Mon Sep 17 00:00:00 2001 From: Davide De Rosa Date: Thu, 1 Nov 2018 14:33:49 +0100 Subject: [PATCH] Set RC release Remove #19 because it's not necessarily fixed. --- .env | 4 ++-- CHANGELOG.md | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.env b/.env index 9510e499..6d5b7160 100644 --- a/.env +++ b/.env @@ -4,8 +4,8 @@ LANG="en_US.UTF-8" STAGE_BUILD_PATH="build/$TARGET" STAGE_ARTIFACTS_PATH="dist/$TARGET" STAGE_ARCHIVE_NAME="Passepartout" -BUILD_CHANGELOG_PATH="ci/CHANGELOG" -BUILD_DESCRIPTION_PATH="ci/DESCRIPTION" +BUILD_CHANGELOG_PATH="ci/CHANGELOG.md" +BUILD_DESCRIPTION_PATH="ci/DESCRIPTION.md" GYM_SCHEME="Passepartout-iOS" MATCH_READONLY="true" diff --git a/CHANGELOG.md b/CHANGELOG.md index e5914488..71ea42c3 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](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased +## 1.0 RC1 1194 (2018-11-01) ### Added @@ -47,7 +47,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Reject unrecognized values for `cipher`, `auth` and `proto`. [#1](https://github.com/keeshux/passepartout-ios/pull/1) - Alert unsupported configuration options. - Use accent color for checkmarks in table cells. -- Hosts gone while connected. [#19](https://github.com/keeshux/passepartout-ios/issues/19) ## 1.0 beta 975 (2018-10-11)