diff --git a/CHANGELOG.md b/CHANGELOG.md index bf8e2f0..60eb277 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ -# Unreleased +# [v0.7.1] - 2024-06-08 ## Added - New `RefetchInterval` option on queries to automatically re-fetch a query on a fixed interval. @@ -11,6 +11,8 @@ ## Development - More tests. +[Changes][v0.7.1] + # [v0.7.0] - 2024-05-04 ## Added @@ -219,6 +221,7 @@ This release removes the concept of mutations as the previously existed, and ins [Changes][v0.1.0] +[v0.7.1]: https://github.com/Jcparkyn/phetch/compare/v0.7.0...v0.7.1 [v0.7.0]: https://github.com/Jcparkyn/phetch/compare/v0.6.0...v0.7.0 [v0.6.0]: https://github.com/Jcparkyn/phetch/compare/v0.5.1...v0.6.0 [v0.5.1]: https://github.com/Jcparkyn/phetch/compare/v0.5.0...v0.5.1 diff --git a/src/Phetch.Blazor/Phetch.Blazor.csproj b/src/Phetch.Blazor/Phetch.Blazor.csproj index 79d902d..b5b780d 100644 --- a/src/Phetch.Blazor/Phetch.Blazor.csproj +++ b/src/Phetch.Blazor/Phetch.Blazor.csproj @@ -4,7 +4,7 @@ net6.0 enable enable - 0.7.0 + 0.7.1 Jcparkyn https://github.com/Jcparkyn/Phetch blazor;fetch;query;swr diff --git a/src/Phetch.Core/Phetch.Core.csproj b/src/Phetch.Core/Phetch.Core.csproj index 58aff33..c6a1585 100644 --- a/src/Phetch.Core/Phetch.Core.csproj +++ b/src/Phetch.Core/Phetch.Core.csproj @@ -4,7 +4,7 @@ netstandard2.1 enable 10.0 - 0.7.0 + 0.7.1 Jcparkyn https://github.com/Jcparkyn/Phetch blazor;fetch;query;swr