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 @@