From 1c46555157e7f1d6c60a09dc61f90c66ce0c2105 Mon Sep 17 00:00:00 2001 From: Patchouli Date: Mon, 4 Nov 2024 15:12:12 -0500 Subject: [PATCH] Increment package version --- changelog.md | 7 +++++++ source/Gravatar/Gravatar.csproj | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 51c5a73..651de4c 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,13 @@ # Release History +## 0.1.1 (2024-11-04) +A minor feature release. + +### Features Added +- Added helper class for constructing various URLs. + + ## 0.1.0 (2024-11-03) Initial release. :tada: diff --git a/source/Gravatar/Gravatar.csproj b/source/Gravatar/Gravatar.csproj index 8f5f1b1..4c9f77f 100644 --- a/source/Gravatar/Gravatar.csproj +++ b/source/Gravatar/Gravatar.csproj @@ -10,7 +10,7 @@ gravatar-dotnet - 0.1.0 + 0.1.1 A .NET library for interacting with the Gravatar API Copyright (c) 2024 Patchouli (self@patchouli.sh) Patchouli (self@patchouli.sh) @@ -23,7 +23,7 @@ gravatar-dotnet - 0.1.0 + 0.1.1 A .NET library for interacting with the Gravatar API https://github.com/patchoulish/gravatar-dotnet dotnet;api;gravatar;avatar;profile