diff --git a/CHANGELOG.md b/CHANGELOG.md index ee12d99..04c3313 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.12.6] - 2023-07-06 + ### Fixed -- Fix User-Agent not always being set when fetching feeds (#149) +- Fix User-Agent not always being set when fetching feeds (#149) ## [0.12.5] - 2023-07-03 @@ -361,7 +363,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - The entire app! -[Unreleased]: https://github.com/frysztak/orpington-news/compare/0.12.5...HEAD +[Unreleased]: https://github.com/frysztak/orpington-news/compare/0.12.6...HEAD + +[0.12.6]: https://github.com/frysztak/orpington-news/compare/0.12.5...0.12.6 [0.12.5]: https://github.com/frysztak/orpington-news/compare/0.12.4...0.12.5 diff --git a/frontend/package.json b/frontend/package.json index c821f58..ba4f136 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "frontend", - "version": "0.12.5", + "version": "0.12.6", "private": true, "author": "Sebastian Frysztak ", "scripts": {