From c921294af205e2a05595fa1dae0f859323ebd27f Mon Sep 17 00:00:00 2001 From: Son NK <> Date: Sun, 12 Jul 2020 11:21:11 +0200 Subject: [PATCH] v1.9.1 --- CHANGELOG | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 9319eeb..7f05ede 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.9.1] - 2020-07-12 +- Take into account the case alias creation time is expired + ## [1.9.0] - 2020-07-11 - Able to enable/disable an alias - Able to delete an alias diff --git a/package.json b/package.json index 72e9685..36ad282 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "simplelogin-extension", - "version": "1.9.0", + "version": "1.9.1", "description": "SimpleLogin Browser Extension", "author": "son@simplelogin.io", "license": "MIT",