diff --git a/CHANGELOG.md b/CHANGELOG.md index 375a88492..8be387e37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,23 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com), and this project adheres to [Semantic Versioning](https://semver.org). +## [Unreleased] +### Added +* *Nothing* + +### Changed +* *Nothing* + +### Deprecated +* *Nothing* + +### Removed +* *Nothing* + +### Fixed +* [#904](https://github.com/shlinkio/shlink/issues/904) Explicitly added missing "Domains" and "Integrations" tags to swagger docs. + + ## [2.4.1] - 2020-11-10 ### Added * *Nothing* diff --git a/docs/swagger/swagger.json b/docs/swagger/swagger.json index 5abe1946a..8dc044126 100644 --- a/docs/swagger/swagger.json +++ b/docs/swagger/swagger.json @@ -50,6 +50,14 @@ "name": "Visits", "description": "Operations to manage visits on short URLs" }, + { + "name": "Domains", + "description": "Operations to manage domains used on short URLs" + }, + { + "name": "Integrations", + "description": "Handle services with which shlink is integrated" + }, { "name": "Monitoring", "description": "Public endpoints designed to monitor the service"