From 72bc61b299b4547515a4fbdc7b06ce66493d851e Mon Sep 17 00:00:00 2001 From: Lubos Racansky Date: Mon, 18 Dec 2023 08:00:56 +0100 Subject: [PATCH] Fix #1511: Add Migration Guide for 1.6.0 --- docs/Migration-Instructions.md | 1 + docs/Web-Flow-1.6.0.md | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 docs/Web-Flow-1.6.0.md diff --git a/docs/Migration-Instructions.md b/docs/Migration-Instructions.md index e786df0ab..e95a95f76 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.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) - [PowerAuth Web Flow 1.3.0](./Web-Flow-1.3.0.md) diff --git a/docs/Web-Flow-1.6.0.md b/docs/Web-Flow-1.6.0.md new file mode 100644 index 000000000..b98fad10a --- /dev/null +++ b/docs/Web-Flow-1.6.0.md @@ -0,0 +1,5 @@ +# Migration from 1.5.0 to 1.6.0 + +This guide contains instructions for migration from PowerAuth WebFlow version `1.5.x` to version `1.6.0`. + +No migration steps nor database changes are required.