From c8063d769615062f8671c51caa6abd8d89b0e975 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 1 Jul 2024 19:21:03 +0000 Subject: [PATCH] chore(release): 3.0.0 [skip ci] # [3.0.0](https://github.com/ArmanTaheriGhaleTaki/best403unlocker/compare/2.0.0...3.0.0) (2024-07-01) * Feat/portability ([#26](https://github.com/ArmanTaheriGhaleTaki/best403unlocker/issues/26)) ([7426521](https://github.com/ArmanTaheriGhaleTaki/best403unlocker/commit/7426521fdd959bfab2183e9ae5d3e696a426e749)) ### BREAKING CHANGES * script is now uses config file and only runs with root access * fix(): make Dockerfile compatible with new changes * chore(): change .env to best403unlocker.conf * Add config file to /etc/ and Make the script idempotent . --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index baca095..5ddcd5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +# [3.0.0](https://github.com/ArmanTaheriGhaleTaki/best403unlocker/compare/2.0.0...3.0.0) (2024-07-01) + + +* Feat/portability ([#26](https://github.com/ArmanTaheriGhaleTaki/best403unlocker/issues/26)) ([7426521](https://github.com/ArmanTaheriGhaleTaki/best403unlocker/commit/7426521fdd959bfab2183e9ae5d3e696a426e749)) + + +### BREAKING CHANGES + +* script is now uses config file and only runs with root access + +* fix(): make Dockerfile compatible with new changes + +* chore(): change .env to best403unlocker.conf +* Add config file to /etc/ and Make the script idempotent . + # [2.0.0](https://github.com/ArmanTaheriGhaleTaki/best403unlocker/compare/1.3.0...2.0.0) (2024-05-26)