diff --git a/camera/CHANGELOG.md b/camera/CHANGELOG.md index 2731c6813..bb669b130 100644 --- a/camera/CHANGELOG.md +++ b/camera/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.1.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/camera@6.0.2...@capacitor/camera@6.1.0) (2024-10-24) + +### Features + +- **camera:** only request permission to save to the gallery for Android <= 9 ([#2222](https://github.com/ionic-team/capacitor-plugins/issues/2222)) ([b94cc72](https://github.com/ionic-team/capacitor-plugins/commit/b94cc72729b7ae7e2e8b1542237dd881d960d02d)) + ## [6.0.2](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/camera@6.0.1...@capacitor/camera@6.0.2) (2024-08-08) **Note:** Version bump only for package @capacitor/camera diff --git a/camera/package.json b/camera/package.json index 758555058..b4010b60a 100644 --- a/camera/package.json +++ b/camera/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/camera", - "version": "6.0.2", + "version": "6.1.0", "description": "The Camera API provides the ability to take a photo with the camera or choose an existing one from the photo album.", "main": "dist/plugin.cjs.js", "module": "dist/esm/index.js",