diff --git a/CHANGELOG.md b/CHANGELOG.md index e60d889..88710b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,31 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 2026-01-16 + +### Changes + +--- + +Packages with breaking changes: + + - There are no breaking changes in this release. + +Packages with other changes: + + - [`encrypted_storage` - `v0.1.5`](#encrypted_storage---v015) + +--- + +#### `encrypted_storage` - `v0.1.5` + + - **FEAT**: update CipherStorage initialization to accept FlutterSecureStorage parameter. ([dd5f2131](https://github.com/broxus/encrypted_storage/commit/dd5f21311e043556680ff85fe8e6f64009727c96)) + +## 0.1.5 + + - **FEAT**: update CipherStorage initialization to accept FlutterSecureStorage parameter. ([dd5f2131](https://github.com/broxus/encrypted_storage/commit/dd5f21311e043556680ff85fe8e6f64009727c96)) + + ## 2025-11-05 ### Changes diff --git a/pubspec.yaml b/pubspec.yaml index 013e3d7..ec535e6 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: encrypted_storage description: Encrypted storage -version: 0.1.4 +version: 0.1.5 repository: https://github.com/broxus/encrypted_storage environment: