From 4ec1a2916cdcf94625edd2f631450c3c6c2b63ea Mon Sep 17 00:00:00 2001 From: Jason I Date: Fri, 13 Jan 2023 18:05:03 -0800 Subject: [PATCH] chore: update version --- CHANGELOG.md | 2 ++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d3e837d..5b906661 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## [0.3.2] - 2023-01-13 +- Link OpenSSL statically on macOS ## [0.3.1] - 2022-12-20 diff --git a/Cargo.lock b/Cargo.lock index fd9ee3fa..b0b6f7e9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3336,7 +3336,7 @@ dependencies = [ [[package]] name = "quill" -version = "0.3.1" +version = "0.3.2" dependencies = [ "anyhow", "base64 0.13.0", diff --git a/Cargo.toml b/Cargo.toml index f8048e27..c1ae2b1a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quill" -version = "0.3.1" +version = "0.3.2" authors = ["DFINITY Team"] edition = "2018"