Skip to content

Commit

Permalink
fix: changelog and pubspec
Browse files Browse the repository at this point in the history
  • Loading branch information
murali-shris committed Dec 18, 2024
1 parent e32fed4 commit 6812b7c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 2 additions & 0 deletions packages/at_chops/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 3.0.0
- feat: Faster AES encryption/decryption using better_crypto
## 2.2.0
- feat: Implement "argon2id" hashing algorithm to generate hash from a given passphrase.
- feat: Add generics to "AtEncryptionAlgorithm" and "AtHashingAlgorithm" to support multiple data types in their
Expand Down
2 changes: 1 addition & 1 deletion packages/at_chops/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: at_chops
description: Package for at_protocol cryptographic and hashing operations
version: 2.2.0
version: 3.0.0
repository: https://github.com/atsign-foundation/at_libraries

environment:
Expand Down
5 changes: 4 additions & 1 deletion tests/at_onboarding_cli_functional_tests/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@ dependency_overrides:
at_commons:
path: ../../packages/at_commons
at_chops:
path: ../../packages/at_chops
git:
url: https://github.com/atsign-foundation/at_libraries.git
path: packages/at_chops
ref: at_chops_faster_aes
at_cli_commons:
path: ../../packages/at_cli_commons

Expand Down

0 comments on commit 6812b7c

Please sign in to comment.