From 72507911faa12d3ddf422dcb3f8add9ac5301913 Mon Sep 17 00:00:00 2001 From: Lubos Racansky Date: Thu, 22 Feb 2024 13:57:25 +0100 Subject: [PATCH] Fix #1583: Add Migration Guides 1.7.0 --- docs/Migration-Instructions.md | 1 + docs/Web-Flow-1.7.0.md | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 docs/Web-Flow-1.7.0.md diff --git a/docs/Migration-Instructions.md b/docs/Migration-Instructions.md index e95a95f76..5a054b15a 100644 --- a/docs/Migration-Instructions.md +++ b/docs/Migration-Instructions.md @@ -2,6 +2,7 @@ This page contains PowerAuth Web Flow migration instructions. +- [PowerAuth Web Flow 1.7.0](./Web-Flow-1.7.0.md) - [PowerAuth Web Flow 1.6.0](./Web-Flow-1.6.0.md) - [PowerAuth Web Flow 1.5.0](./Web-Flow-1.5.0.md) - [PowerAuth Web Flow 1.4.0](./Web-Flow-1.4.0.md) diff --git a/docs/Web-Flow-1.7.0.md b/docs/Web-Flow-1.7.0.md new file mode 100644 index 000000000..c1b899fae --- /dev/null +++ b/docs/Web-Flow-1.7.0.md @@ -0,0 +1,5 @@ +# Migration from 1.6.0 to 1.7.0 + +This guide contains instructions for migration from PowerAuth WebFlow version `1.6.x` to version `1.7.0`. + +There are no database changes needed for this version.