Skip to content

Commit 51104ed

Browse files
chore(main): release 1.3.0
1 parent e90dbd0 commit 51104ed

3 files changed

Lines changed: 19 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## [1.3.0](https://github.com/whispir/openapi/compare/v1.2.1...v1.3.0) (2024-01-31)
4+
5+
6+
### Features
7+
8+
* Add WhatsApp Messaging channel ([#200](https://github.com/whispir/openapi/issues/200)) ([58be88f](https://github.com/whispir/openapi/commit/58be88f9e168e447062243053cd56a836bca5da8))
9+
* **SEC-1060:** update domains, IP addresses, certs docs ([#207](https://github.com/whispir/openapi/issues/207)) ([41076a3](https://github.com/whispir/openapi/commit/41076a325931e8bf4e31d82276ac60cf51703adb))
10+
* **SEC-1060:** update getting started links ([#208](https://github.com/whispir/openapi/issues/208)) ([e90dbd0](https://github.com/whispir/openapi/commit/e90dbd062f715c83559f46d53645aad6fbf7c521))
11+
* WFT-653 Added Whispir Verify APIs ([#205](https://github.com/whispir/openapi/issues/205)) ([033ae44](https://github.com/whispir/openapi/commit/033ae44b2c3ae184c4be4bbcde54487becb3761e))
12+
* WFT-921 Add Verify OTP Instruction ([#206](https://github.com/whispir/openapi/issues/206)) ([7480243](https://github.com/whispir/openapi/commit/7480243d3395865dcf8df90c49186851d8f08618))
13+
14+
15+
### Bug Fixes
16+
17+
* **imports:** Add missing field mapping attribute to resource ([#202](https://github.com/whispir/openapi/issues/202)) ([b4d4d37](https://github.com/whispir/openapi/commit/b4d4d376beef8f1733d4662b7c27c2fa9258c2fe))
18+
* Updated GET /distributionlists sample response ([#204](https://github.com/whispir/openapi/issues/204)) ([7e19f6a](https://github.com/whispir/openapi/commit/7e19f6af4c9991a699f159583911f551044837da))
19+
320
## [1.2.1](https://github.com/whispir/openapi/compare/v1.2.0...v1.2.1) (2023-02-12)
421

522

openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ openapi: 3.0.0
22
info:
33
description: 'Whispir Platform API for cross channel and multi channel communications. Documentation on each endpoint is available at https://developers.whispir.com.'
44
x-release-please-start-version: true
5-
version: 1.2.1
5+
version: 1.3.0
66
x-release-please-end: true
77
title: Whispir Platform API
88
termsOfService: 'https://www.whispir.com/terms-of-service'

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.1
1+
1.3.0

0 commit comments

Comments
 (0)