From 967803b03e0de919cf6fe3a099afe6561ac8199d Mon Sep 17 00:00:00 2001 From: Thomas Vogt Date: Thu, 25 Apr 2019 08:15:37 +0200 Subject: [PATCH] Version 1.2.1 --- CHANGELOG.md | 4 ++++ README.md | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b326c84..abe2c54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ 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). +## [1.2.1] - 2019-04-25 +### Fixed +- Python 3.5 support + ## [1.2.0] - 2019-04-20 ### Added - Added CHANGELOG diff --git a/README.md b/README.md index 1cc096f..2eb8b9c 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ This piece of software wraps around the **[zx2c4 pass](http://www.zx2c4.com/proj Download the latest `install_host_app.sh` script from [our releases page](https://github.com/passff/passff-host/releases) and execute it. As an example, Firefox users can do this in one line like so: ``` -$ VERSION=1.2.0 +$ VERSION=1.2.1 $ curl -sSL https://github.com/passff/passff-host/releases/download/${VERSION}/install_host_app.sh | bash -s -- firefox ```