Skip to content

Commit

Permalink
chore(release): update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-roslaniec committed Jan 12, 2024
1 parent f1be594 commit 96c02cd
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [0.14.0] - 2024-01-12

### Changed

- Fixed Python typings for `ThresholdMessageKit.decrypt_with_shared_secret()` and `combine_decryption_shares_simple()` ([#84])
- Inlined WASM modules to simplify packaging for WASM users ([#83])

### Added

- Support for Python 3.11-3.12 ([#87])

[#84]: https://github.com/nucypher/nucypher-core/pull/84
[#87]: https://github.com/nucypher/nucypher-core/pull/87


## [0.13.0] - 2023-09-06

### Changed
Expand Down

0 comments on commit 96c02cd

Please sign in to comment.