diff --git a/README.md b/README.md index e340384..32696ef 100644 --- a/README.md +++ b/README.md @@ -186,6 +186,9 @@ Things to do before releasing a new version: ## Changelog +* **3.4.0:** + * Allows to configure the terminal toggle shortcut (#50, #43) + * Allows to configure terminal background and text color (#32) * **3.3.0:** * New option to have the terminal at the bottom of the window (#35) * **3.2.3:** diff --git a/nautilus_terminal/__init__.py b/nautilus_terminal/__init__.py index b0f3677..453f517 100644 --- a/nautilus_terminal/__init__.py +++ b/nautilus_terminal/__init__.py @@ -1,2 +1,2 @@ -VERSION = "3.3.0" +VERSION = "3.4.0" APPLICATION_ID = "org.flozz.nautilus-terminal"