diff --git a/CHANGELOG.md b/CHANGELOG.md index dc9b3457b..788500d06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +### [4.0.0-OS12] - 2022-06-29 +### Fix +- Removed hook that adds swift support and added the plugin as dependecy. (https://outsystemsrd.atlassian.net/browse/RMET-1680) + ### [4.0.0-OS11] - 2022-05-23 ### Fix - Added permission request for camera and microphone on Android's ChromeWebClient. diff --git a/package.json b/package.json index b6da70f98..12d46df1e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-inappbrowser", - "version": "4.0.0-OS11", + "version": "4.0.0-OS12", "description": "Cordova InAppBrowser Plugin", "types": "./types/index.d.ts", "cordova": { diff --git a/plugin.xml b/plugin.xml index 94bc8c2ba..c0fec6049 100644 --- a/plugin.xml +++ b/plugin.xml @@ -20,7 +20,7 @@ + version="4.0.0-OS12"> InAppBrowser Cordova InAppBrowser Plugin @@ -107,7 +107,7 @@ - +