diff --git a/Project.toml b/Project.toml index f09edba..f83e756 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "DistributedNext" uuid = "fab6aee4-877b-4bac-a744-3eca44acbb6f" -version = "1.1.1" +version = "1.2.0" [deps] Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" diff --git a/docs/src/_changelog.md b/docs/src/_changelog.md index e1e1e4e..1707a06 100644 --- a/docs/src/_changelog.md +++ b/docs/src/_changelog.md @@ -7,7 +7,7 @@ CurrentModule = DistributedNext This documents notable changes in DistributedNext.jl. The format is based on [Keep a Changelog](https://keepachangelog.com). -## Unreleased +## [v1.2.0] - 2026-03-21 ### Added - Implemented callback support for workers being added/removed etc ([#17]).