diff --git a/CHANGELOG.md b/CHANGELOG.md index 1bdb59c9d..964840f5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 The changes documented here do not include those from the original repository. +## [4.2.0-OS46] + +### 23-01-2024 +iOS - Updated iOS lib to fix mirroring image while editing. (https://outsystemsrd.atlassian.net/browse/RMET-2848) + ## [4.2.0-OS45] ### 26-10-2023 diff --git a/package.json b/package.json index c4a524a03..f824b9b59 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-camera", - "version": "4.2.0-OS45", + "version": "4.2.0-OS46", "description": "Cordova Camera Plugin", "types": "./types/index.d.ts", "cordova": { diff --git a/plugin.xml b/plugin.xml index d7016ed2d..2f1f00a8e 100644 --- a/plugin.xml +++ b/plugin.xml @@ -21,7 +21,7 @@ + version="4.2.0-OS46"> Camera Cordova Camera Plugin Apache 2.0