From 9cce46590aa29c58ac23d923c0d88d07a536ff46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kevin=20R=C3=B6bert?= Date: Wed, 29 Jan 2020 16:25:34 +0100 Subject: [PATCH] Version 1.12.0 --- CHANGELOG.md | 10 ++++++++++ manifest.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f47fc21..af228f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,16 @@ 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.11.0] - 2020-01-29 + +### Compatibility note +- Require Firefox >= 55 +- Require Chrome >= 22 + +### Changed +- Updated Russian translation by elfriob +- Updated Spanish translation by [@socram](https://gitlab.com/socram) + ## [1.11.0] - 2020-01-06 ### Compatibility note diff --git a/manifest.json b/manifest.json index 812addf..5c5e5a2 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "ClearURLs", - "version": "1.11.0", + "version": "1.12.0", "author": "Kevin Röbert", "description": "Remove tracking elements from URLs.", "homepage_url": "https://gitlab.com/KevinRoebert/ClearUrls",