From 0a51a79b0e43368a4272e04c089c8ce47813b118 Mon Sep 17 00:00:00 2001 From: Camiel Bouchier Date: Sat, 19 Mar 2022 14:57:24 +0100 Subject: [PATCH] New version including PR38 https://github.com/CamielBouchier/cb_thunderlink/pull/38 --- .gitignore | 1 + CHANGELOG.MD | 5 +++++ mail_extension/manifest.json | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index eaf87e5..6b9c820 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ __pycache__/* .*.swp *.zip pyvenv.cfg +cb_thunderlink.html diff --git a/CHANGELOG.MD b/CHANGELOG.MD index 88312d5..9182916 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -1,3 +1,8 @@ +Release_1_3_0 +============= + +* Merged https://github.com/CamielBouchier/cb_thunderlink/pull/38 + Release_1_2_0 ============= diff --git a/mail_extension/manifest.json b/mail_extension/manifest.json index 37c3489..d3c98b0 100644 --- a/mail_extension/manifest.json +++ b/mail_extension/manifest.json @@ -1,6 +1,6 @@ { "manifest_version": 2, - "version": "1.2.0", + "version": "1.3.0", "name": "cb_thunderlink", "description": "cb_thunderlink is a thunderlink replacement.", "author": "camiel@bouchier.be",