Skip to content

Commit d6ba6ae

Browse files
chore(main): release 1.3.0
1 parent b4d4d37 commit d6ba6ae

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## [1.3.0](https://github.com/whispir/openapi/compare/v1.2.1...v1.3.0) (2023-03-23)
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+
10+
11+
### Bug Fixes
12+
13+
* **imports:** Add missing field mapping attribute to resource ([#202](https://github.com/whispir/openapi/issues/202)) ([b4d4d37](https://github.com/whispir/openapi/commit/b4d4d376beef8f1733d4662b7c27c2fa9258c2fe))
14+
315
## [1.2.1](https://github.com/whispir/openapi/compare/v1.2.0...v1.2.1) (2023-02-12)
416

517

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)