# Changelog All notable changes to this project will be documented in this file. Changes to the [tlock crate](../tlock/CHANGELOG.md) also apply to the tlock_age crate, and are not duplicated here. 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). ## [Unreleased] ## [0.0.5] - 2024-02-29 ### Changed - Update dependencies - Update Rust to 1.74 ## [0.0.4] - 2023-08-23 ### Added - Feature rfc9380 enabled by default ## [0.0.2] - 2023-03-27 ### Changed - Update BLS12-381 library to improve performance ## [0.0.1] - 2023-03-22 ### Added - Timelock encryption and decryption of 16-byte u8 array - Encryption with public key on G1 and G2 - Interroperability with [Go](https://github.com/drand/tlock) and [JS](https://github.com/drand/tlock-js) implementation - wasm32 compatible library