@@ -7,15 +7,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77<!-- markdownlint-disable -->
88## [ Unreleased]
99
10+ ## [ 0.18.1] - 2022-10-30
11+
12+ ### Fixed
13+ - Fix ipfs credential assignment ([ #231 ] ( https://github.com/wabarc/wayback/pull/231 ) ,[ #242 ] ( https://github.com/wabarc/wayback/pull/242 ) )
14+
15+ ### Changed
16+ - Update repo url ([ #241 ] ( https://github.com/wabarc/wayback/pull/241 ) )
17+ - Set the default path for the reduxer ([ #235 ] ( https://github.com/wabarc/wayback/pull/235 ) )
18+ - Create pull_request_template.md ([ #230 ] ( https://github.com/wabarc/wayback/pull/230 ) )
19+
1020## [ 0.18.0] - 2022-10-06
1121
1222### Added
1323- Add support for placing a managed IPFS credential
14- - Add renovate.json (#180 )
24+ - Add renovate.json ([ #180 ] ( https://github.com/wabarc/wayback/pull/180 ) )
1525- Add semgrep scan
1626- Add context cancellation for publish
17- - Add support for storing a page as a single file (#184 )
18- - Add support for push documents to Meilisearch (#174 )
27+ - Add support for storing a page as a single file ([ #184 ] ( https://github.com/wabarc/wayback/pull/181 ) )
28+ - Add support for push documents to Meilisearch ([ #174 ] ( https://github.com/wabarc/wayback/pull/174 ) )
1929- Add support for publishing to notion
2030- Add support for retrying wayback requests
2131- Add retry strategy for publish
@@ -24,7 +34,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2434### Changed
2535- Improve reduxer calls
2636- Enable all wayback slot
27- - Upload packages to Gemfury (#223 )
37+ - Upload packages to Gemfury ([ #223 ] ( https://github.com/wabarc/wayback/pull/223 ) )
2838- Add testing for config
2939- Set go version to 1.19 for build binary
3040- Upgrade dependencies
@@ -35,8 +45,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3545- Set up the Meilisearch server for testing workflow
3646- Minor improvements to the service goroutine
3747- Context leak detection
38- - Meilisearch endpoint version compatible (#185 )
39- - skywalking-eyes now has a dedicated header checker path (#181 )
48+ - Meilisearch endpoint version compatible ([ #185 ] ( https://github.com/wabarc/wayback/pull/185 ) )
49+ - skywalking-eyes now has a dedicated header checker path ([ #181 ] ( https://github.com/wabarc/wayback/pull/181 ) )
4050- Minor enhancements to the worker pool
4151- Pin non-official workflow dependencies
4252- Upload coverage to Codecov
0 commit comments