From 241e8d8ffcb4aa4c61b896804765b0c7c6406e84 Mon Sep 17 00:00:00 2001 From: Aaron Lee Date: Sat, 26 Oct 2024 23:14:14 +0900 Subject: [PATCH] version bump --- CHANGELOG.md | 5 +++++ Version.config | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 585c40b..ef76ec8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## [0.8.6] - 2024-10-26 + +- Update MailerLite ruleset (thanks @oneofthedamons) +- Update Epsilon, Optimove, Plusgrade, Sailthru ruleset + ## [0.8.5] - 2024-06-08 - add Wise, Discord, Walmart, OpenWork rules diff --git a/Version.config b/Version.config index 446e03e..d4cf611 100644 --- a/Version.config +++ b/Version.config @@ -1,7 +1,7 @@ TOOL=MailTrackerBlocker_#MACOS_VERSION# MAJOR=0 MINOR=8 -REVISION=5 +REVISION=6 unset PRERELEASE VERSION="${MAJOR}.${MINOR}${REVISION:+.$REVISION}${PRERELEASE}"