Skip to content

Commit c411c9c

Browse files
committed
docs: update CHANGELOG for v2.0.0 release
1 parent 4848b51 commit c411c9c

File tree

1 file changed

+19
-4
lines changed

1 file changed

+19
-4
lines changed

CHANGELOG.md

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,23 @@
1-
## 1.0.0
1+
## 2.0.0
22

3-
- Initial version.
4-
- Update dependencies and refactor from discontinued secure_dotenv.
3+
- **BREAKING**: Updated `pointycastle` dependency from `^3.9.1` to `^4.0.0`.
4+
- **Security**: Removed insecure `String.fromEnvironment()` / `--dart-define` pattern from examples (addresses [#2](https://github.com/mfazrinizar/flutter_secure_dotenv/issues/2)).
5+
- Added `SECURITY.md` with detailed encryption key management guidance.
6+
- Updated README with security warnings and recommended key provisioning approaches.
7+
- Updated `lints` to `^6.1.0`, `test` to `^1.29.0`.
8+
- Enhanced test coverage from 8 to 43 tests (padding, random byte generation, edge cases).
9+
- Added fully working Flutter example app with hardcoded key + gitignore approach.
10+
- Added 100% `public_member_api_docs` coverage.
11+
- Made `AESCBCEncrypter` non-instantiable (static-only utility class).
12+
- Added library-level dartdoc comments.
13+
- Added GitHub Actions CI workflow.
14+
- Added `CONTRIBUTING.md`.
515

616
## 1.0.1
717

8-
- Refactor README and example.
18+
- Refactor README and example.
19+
20+
## 1.0.0
21+
22+
- Initial version.
23+
- Update dependencies and refactor from discontinued secure_dotenv.

0 commit comments

Comments
 (0)