Bump version to v0.61

Change-Id: I9461c080355f4211ab542a0326a580dd463cbdd8
diff --git a/Changes b/Changes
index 934ecea..1b39dcc 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,9 @@
+0.61 2025-11-07
+        - Share UPOS morphological hint configuration across foundries (kupietz)
+        - Extend spaCy hint helper with UPOS and morphology support (kupietz)
+        - Add manual Docker Hub release pipeline and tagging improvements (kupietz)
+        - Update Dockerfile with latest dependencies (diewald)
+
 0.60 2025-11-04
         - Tour stops gracefully if there are no results (closes #189; hebasta)
         - Create top navbar and modify sidebar. (uyen-nhu)
diff --git a/lib/Kalamar.pm b/lib/Kalamar.pm
index 313055a..182107b 100644
--- a/lib/Kalamar.pm
+++ b/lib/Kalamar.pm
@@ -8,7 +8,7 @@
 use List::Util qw!none uniq!;
 
 # Minor version - may be patched from package.json
-our $VERSION = '0.60';
+our $VERSION = '0.61';
 
 # Supported version of Backend API
 our $API_VERSION = '1.0';
diff --git a/package.json b/package.json
index c268e09..2b28714 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
   "name": "Kalamar",
   "description": "Mojolicious-based Frontend for KorAP",
   "license": "BSD-2-Clause",
-  "version": "0.60.0",
+  "version": "0.61.0",
   "pluginVersion": "0.2.3",
   "engines": {
     "node": ">=6.0.0"