diff --git a/CHANGELOG.md b/CHANGELOG.md
index 53c65e1..1ec2493 100755
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog
+## 3.1.2
+
+### Fixed
+- Fixed bug where `tag_file` would not work on folders.
+- Fixed incomplete function registration behaviour.
+
## 3.1.1
### Fixed
diff --git a/appinfo/info.xml b/appinfo/info.xml
index fd9d5d4..7bd0963 100755
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -14,7 +14,7 @@ Allows administrators to write small scripts which users can run through via the
⚠️**Attention** Scripts may modify and delete files permanently. Take care and make sure to read the documentation thoroughly before scripting.
]]>
- 3.1.1
+ 3.1.2
agpl
Raul Ferreira Fuentes
diff --git a/package.json b/package.json
index c303aa8..4cbdf78 100755
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "files_scripts",
"description": "Nextcloud app for running custom scripts on files.",
- "version": "3.1.1",
+ "version": "3.1.2",
"author": "Raul Ferreira Fuentes ",
"homepage": "https://github.com/",
"license": "agpl",