diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b4de00..ef35197 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ # Version 4.0.3 -TBD +This minor release implements better output during notarization to make it easier to follow what the tool is doing at any given moment (see #15), specifically with view of the potentially-long notarization wait times from Apple's servers. # Version 4.0.2 This minor release fixes two bugs reported in #13 and #14. diff --git a/Cargo.toml b/Cargo.toml index 6e903e4..0d31fbc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "renkit" -version = "4.0.2" +version = "4.0.3" edition = "2021" repository = "https://github.com/kobaltcore/renkit"