Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Changelog

## [1.3.0](https://github.com/whispir/openapi/compare/v1.2.1...v1.3.0) (2026-03-31)


### Features

* Add WhatsApp Messaging channel ([#200](https://github.com/whispir/openapi/issues/200)) ([58be88f](https://github.com/whispir/openapi/commit/58be88f9e168e447062243053cd56a836bca5da8))
* CORE-2022 Updated WhatsApp documentation to include changes and exam… ([#211](https://github.com/whispir/openapi/issues/211)) ([96ac875](https://github.com/whispir/openapi/commit/96ac875726bd21b68215d549b0a57185983c3c72))
* **CORE-2063:** Added Messages tags to RCS components so they can ap… ([#215](https://github.com/whispir/openapi/issues/215)) ([bb29ccd](https://github.com/whispir/openapi/commit/bb29ccdfed6ef8e9f5272175a90d047bfb502dd2))
* **CORE-2063:** Added RCS API documentation ([#214](https://github.com/whispir/openapi/issues/214)) ([bd80c61](https://github.com/whispir/openapi/commit/bd80c6126249fd6167ee67c188bd44db19d0552c))
* CORE-2088 Updated WhatsApp section to include new language field ([#212](https://github.com/whispir/openapi/issues/212)) ([aec9faf](https://github.com/whispir/openapi/commit/aec9faf8277579359b4e5ebcdd4e4dd636926e2a))
* **CORE-2160:** Removed references to 'attachments' from docs and ex… ([#213](https://github.com/whispir/openapi/issues/213)) ([958af59](https://github.com/whispir/openapi/commit/958af5965722e6f3de8c63357a8e494ec95de185))
* CWC-756 Opt-out and Unsubscribe Documentation ([#210](https://github.com/whispir/openapi/issues/210)) ([8517023](https://github.com/whispir/openapi/commit/8517023e4c2380c203e1f08f45fbd35e9d34c5c3))
* **SEC-1060:** update domains, IP addresses, certs docs ([#207](https://github.com/whispir/openapi/issues/207)) ([41076a3](https://github.com/whispir/openapi/commit/41076a325931e8bf4e31d82276ac60cf51703adb))
* **SEC-1060:** update getting started links ([#208](https://github.com/whispir/openapi/issues/208)) ([e90dbd0](https://github.com/whispir/openapi/commit/e90dbd062f715c83559f46d53645aad6fbf7c521))
* WFT-1080 edit request body example in update a callback section ([#209](https://github.com/whispir/openapi/issues/209)) ([75c12b9](https://github.com/whispir/openapi/commit/75c12b94147bef560ba4e8e1863eca723e36af74))
* WFT-653 Added Whispir Verify APIs ([#205](https://github.com/whispir/openapi/issues/205)) ([033ae44](https://github.com/whispir/openapi/commit/033ae44b2c3ae184c4be4bbcde54487becb3761e))
* WFT-921 Add Verify OTP Instruction ([#206](https://github.com/whispir/openapi/issues/206)) ([7480243](https://github.com/whispir/openapi/commit/7480243d3395865dcf8df90c49186851d8f08618))


### Bug Fixes

* **imports:** Add missing field mapping attribute to resource ([#202](https://github.com/whispir/openapi/issues/202)) ([b4d4d37](https://github.com/whispir/openapi/commit/b4d4d376beef8f1733d4662b7c27c2fa9258c2fe))
* Updated GET /distributionlists sample response ([#204](https://github.com/whispir/openapi/issues/204)) ([7e19f6a](https://github.com/whispir/openapi/commit/7e19f6af4c9991a699f159583911f551044837da))

## [1.2.1](https://github.com/whispir/openapi/compare/v1.2.0...v1.2.1) (2023-02-12)


Expand Down
2 changes: 1 addition & 1 deletion openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ openapi: 3.0.0
info:
description: 'Whispir Platform API for cross channel and multi channel communications. Documentation on each endpoint is available at https://developers.whispir.com.'
x-release-please-start-version: true
version: 1.2.1
version: 1.3.0
x-release-please-end: true
title: Whispir Platform API
termsOfService: 'https://www.whispir.com/terms-of-service'
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.1
1.3.0
Loading