From c33385f4f4619ff0718707dc990d12ff127bc345 Mon Sep 17 00:00:00 2001 From: Andrea Leopardi Date: Fri, 6 Dec 2024 08:18:14 +0100 Subject: [PATCH] Release v1.0.1 --- CHANGELOG.md | 4 ++++ mix.exs | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 00dc906..f1f2827 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## v1.0.1 + + * Fix a potential bug that was caused by resolving lazy allowances too early. See [this issue](https://github.com/dashbitco/nimble_ownership/pull/8) for more context if needed. + ## v1.0.0 * Accept a list of PIDs from the function you pass to `NimbleOwnership.allow/5`. diff --git a/mix.exs b/mix.exs index dff2d04..7aac314 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule NimbleOwnership.MixProject do use Mix.Project - @version "1.0.0" + @version "1.0.1" @repo "https://github.com/dashbitco/nimble_ownership" def project do