Skip to content

Commit 2117f07

Browse files
chore(main): release 1.3.0
1 parent 033ae44 commit 2117f07

3 files changed

Lines changed: 16 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## [1.3.0](https://github.com/whispir/openapi/compare/v1.2.1...v1.3.0) (2023-11-21)
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+
* WFT-653 Added Whispir Verify APIs ([#205](https://github.com/whispir/openapi/issues/205)) ([033ae44](https://github.com/whispir/openapi/commit/033ae44b2c3ae184c4be4bbcde54487becb3761e))
10+
11+
12+
### Bug Fixes
13+
14+
* **imports:** Add missing field mapping attribute to resource ([#202](https://github.com/whispir/openapi/issues/202)) ([b4d4d37](https://github.com/whispir/openapi/commit/b4d4d376beef8f1733d4662b7c27c2fa9258c2fe))
15+
* Updated GET /distributionlists sample response ([#204](https://github.com/whispir/openapi/issues/204)) ([7e19f6a](https://github.com/whispir/openapi/commit/7e19f6af4c9991a699f159583911f551044837da))
16+
317
## [1.2.1](https://github.com/whispir/openapi/compare/v1.2.0...v1.2.1) (2023-02-12)
418

519

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)