Updated Test::Mojo::Session to be compatible with latest version of Mojolicious

Change-Id: I940b04c36eaf1ca5adc6f29952f1cb13b818d0b4
diff --git a/Changes b/Changes
index 50fefb7..d133553 100755
--- a/Changes
+++ b/Changes
@@ -1,4 +1,4 @@
-0.38 2020-05-15
+0.38 2020-05-17
         - Support X-Forwarded-Host name for proxy.
         - Document API URI.
         - Improve redirect handling in proxy.
@@ -19,6 +19,8 @@
           in case not logged in (addresses #67).
         - Update Mojolicious requirement for security reasons.
         - Fix order of promises in login handling.
+        - Update Test::Mojo::Session to be compatible with latest
+          version of Mojolicious.
 
 0.37 2020-01-16
         - Removed deprecated 'kalamar_test_port' helper.
diff --git a/Makefile.PL b/Makefile.PL
index 8805c6f..6f42663 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -26,7 +26,7 @@
     'Cache::FastMmap' => 1.47,
     'Data::Serializer' => 0.60,
     'Mojo::JWT' => 0.05,
-    'Test::Mojo::Session' => 1.05,
+    'Test::Mojo::Session' => 1.06,
     'Test::Mojo::WithRoles' => 0.02,
 
     # Required for Data::Serializer at the moment