From dda6d30c122dd39c734fb64fbfb8271eb3ea764b Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Sat, 21 Nov 2020 08:13:29 +0100 Subject: [PATCH 1/2] #904 Explicitly added missing Domains and Integrations tags to swagger docs --- docs/swagger/swagger.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/swagger/swagger.json b/docs/swagger/swagger.json index 5abe1946..8dc04412 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" From ca4c1b00dc55af19df29cc78e28b0eae848c3413 Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Sat, 21 Nov 2020 08:16:22 +0100 Subject: [PATCH 2/2] #904 Updated changelog --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 375a8849..8be387e3 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*