Skip to content

Commit 459f02e

Browse files
chore: update version and changelog (#404)
1 parent 8654052 commit 459f02e

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

telnyx_rtc/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## [1.4.4](https://github.com/team-telnyx/telnyx-webrtc-android/releases/tag/v1.4.4) (2023-02-04)
2+
3+
### Enhancement
4+
5+
- Add Debug Stats ability by passing bool to Connection allowing you to see stats of calls in portal
6+
- Remove BugSnag from SDK to reduce size as it is no longer required
7+
8+
## [1.4.3](https://github.com/team-telnyx/telnyx-webrtc-android/releases/tag/v1.4.3) (2023-01-22)
9+
10+
### Bug Fixing
11+
12+
- Fix missing STUN or TURN Candidates in SDP
13+
114
## [1.4.2](https://github.com/team-telnyx/telnyx-webrtc-android/releases/tag/v1.4.2) (2023-11-18)
215

316
### Enhancement

telnyx_rtc/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ plugins {
1212
apply plugin: 'maven-publish'
1313

1414
def getVersionName = { ->
15-
return "1.3.5"
15+
return "1.4.4"
1616
}
1717

1818
def getArtifactId = { ->

0 commit comments

Comments
 (0)