From a8015573a59724369252652c4356057ba66e69e2 Mon Sep 17 00:00:00 2001 From: Henry Chen <1474479+chenhunghan@users.noreply.github.com> Date: Fri, 26 Jan 2024 07:03:11 +0200 Subject: [PATCH] chore(main): release 0.1.1 --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b74ebe..60221a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.1](https://github.com/chenhunghan/jwks/compare/v0.1.0...v0.1.1) (2024-01-26) + + +### Bug Fixes + +* add missing metadata in Cargo.toml ([0b51983](https://github.com/chenhunghan/jwks/commit/0b51983e04bfa3e1a9338169c63a59fad8f28b50)) + ## 0.1.0 (2024-01-26) diff --git a/Cargo.lock b/Cargo.lock index 1a9e1f2..041a286 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -917,7 +917,7 @@ dependencies = [ [[package]] name = "jwks" -version = "0.1.0" +version = "0.1.1" dependencies = [ "base64", "httpmock", diff --git a/Cargo.toml b/Cargo.toml index c1f62e4..3ee9699 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jwks" -version = "0.1.0" +version = "0.1.1" edition = "2021" authors = ["Hung-Han Chen "] description = "A library for retrieving and parsing JSON Web Key Sets (JWKS)"