diff --git a/CHANGELOG/1.0.md b/CHANGELOG/1.0.md index 7719f3586..f4956b644 100644 --- a/CHANGELOG/1.0.md +++ b/CHANGELOG/1.0.md @@ -1,5 +1,9 @@ # 1.0 Changelog +## [1.0.6](https://github.com/PowerShell/PSResourceGet/compare/v1.0.5..v1.0.6) - 2024-10-10 + +- Bump System.Text.Json to 8.0.5 + ## [1.0.5](https://github.com/PowerShell/PSResourceGet/compare/v1.0.4.1...v1.0.5) - 2024-05-13 ### Bug Fixes diff --git a/src/Microsoft.PowerShell.PSResourceGet.psd1 b/src/Microsoft.PowerShell.PSResourceGet.psd1 index 9fea3b273..42581a573 100644 --- a/src/Microsoft.PowerShell.PSResourceGet.psd1 +++ b/src/Microsoft.PowerShell.PSResourceGet.psd1 @@ -84,6 +84,35 @@ - Fix for swallowed exceptions (#1569) - Fix for PSResourceGet not working in Constrained Languange Mode (#1564) +## 1.0.6 + +- Bump System.Text.Json to 8.0.5 + +## [1.0.5](https://github.com/PowerShell/PSResourceGet/compare/v1.0.4.1...v1.0.5) - 2024-05-13 + +### Bug Fixes +- Update `nuget.config` to use PowerShell packages feed (#1649) +- Refactor V2ServerAPICalls and NuGetServerAPICalls to use object-oriented query/filter builder (#1645 Thanks @sean-r-williams!) +- Fix unnecessary `and` for version globbing in V2ServerAPICalls (#1644 Thanks again @sean-r-williams!) +- Fix requiring `tags` in server response (#1627 Thanks @evelyn-bi!) +- Add 10 minute timeout to HTTPClient (#1626) +- Fix save script without `-IncludeXml` (#1609, #1614 Thanks @o-l-a-v!) +- PAT token fix to translate into HttpClient 'Basic Authorization'(#1599 Thanks @gerryleys!) +- Fix incorrect request url when installing from ADO (#1597 Thanks @antonyoni!) +- Improved exception handling (#1569) +- Ensure that .NET methods are not called in order to enable use in Constrained Language Mode (#1564) +- PSResourceGet packaging update + +## [1.0.4.1](https://github.com/PowerShell/PSResourceGet/compare/v1.0.4...v1.0.4.1) - 2024-04-05 + +- PSResourceGet packaging update + +## [1.0.4](https://github.com/PowerShell/PSResourceGet/compare/v1.0.3...v1.0.4) - 2024-04-05 + +### Patch + +- Dependency package updates + ## 1.0.3 ### Bug Fixes