diff --git a/CHANGELOG.md b/CHANGELOG.md index b9445f28..bcad921d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. 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.3.4] - 2023-09-06 ### Added diff --git a/Project.toml b/Project.toml index 01972448..35e5e577 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "PartitionedArrays" uuid = "5a9dfac6-5c52-46f7-8278-5e2210713be9" authors = ["Francesc Verdugo and contributors"] -version = "0.3.3" +version = "0.3.4" [deps] CircularArrays = "7a955b69-7140-5f4e-a0ed-f168c5e2e749"