From 7dfbf3afa4e518371448c7952ec1399365286e86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Kapit=C3=A1n?= Date: Sun, 9 May 2021 03:57:52 +0200 Subject: [PATCH] Changelog & version --- App/app.json | 2 +- CHANGELOG.md | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/App/app.json b/App/app.json index 01f2d7a..2acbb94 100644 --- a/App/app.json +++ b/App/app.json @@ -2,7 +2,7 @@ "id": "387c89df-1def-40e2-8953-e467ea2a15dc", "name": "AL ID Range Manager", "publisher": "ART AA AE from Czechia + Kepty.cz", - "version": "0.1.3.0", + "version": "0.1.3.3", "brief": "Manage object IDs in of your AL projects using combination of VS Code extension and this Business Central extension.", "description": "Manage object IDs in of your AL projects using combination of VS Code extension and this Business Central extension.", "privacyStatement": "https://github.com/TKapitan/ALRM-BusinessCentral/blob/Kepty/LICENSE.md", diff --git a/CHANGELOG.md b/CHANGELOG.md index 62395a8..efc2e07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,15 @@ ## [Released Versions] +### v0.1.3.3 + +- Date of release 09/05/2021 + +Major changes + +- ALRM Setup table & page were created. +- New field in ALRM Setup - "Minimal API version". This fields allows administrator to specify minimal version of API that has to be used in any API call. If older (lower) version is used for communication, the error is raised. All API requests were updated so they check this option. + ### v0.1.3.0 - Date of release 09/05/2021