diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index c3f14639..96f1cd94 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.2.0" + ".": "1.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c429b65..87b87f38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.3.0](https://github.com/html2rss/html2rss-web/compare/v1.2.0...v1.3.0) (2026-05-10) + + +### Features + +* add and document quickstart trial path ([#976](https://github.com/html2rss/html2rss-web/issues/976)) ([8bfe0ba](https://github.com/html2rss/html2rss-web/commit/8bfe0bab23fcf114b90e661ee00683011b1d234a)) + ## [1.2.0](https://github.com/html2rss/html2rss-web/compare/v1.1.0...v1.2.0) (2026-05-01) diff --git a/config/version.rb b/config/version.rb index 4af4bb2d..ffc2703f 100644 --- a/config/version.rb +++ b/config/version.rb @@ -2,7 +2,7 @@ module Html2rss module Web - VERSION = '1.2.0' + VERSION = '1.3.0' public_constant :VERSION end end diff --git a/public/openapi.yaml b/public/openapi.yaml index 8fe88a88..103fe4b5 100644 --- a/public/openapi.yaml +++ b/public/openapi.yaml @@ -2,7 +2,7 @@ openapi: 3.0.3 info: title: html2rss-web API - version: 1.2.0 + version: 1.3.0 description: RESTful API for converting websites to RSS feeds. contact: name: html2rss-web Support