Skip to content
This repository has been archived by the owner on Dec 6, 2023. It is now read-only.

Commit

Permalink
New version of the pod, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
arjenfvellinga committed Feb 21, 2020
1 parent ec9ff5a commit e437ba7
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

All notable changes to this project will be documented in this file.
---
## [3.7.0](https://github.com/VoIPGRID/VialerSIPLib/tree/3.7.0) (21/2/2020)

Released on Friday, Feb 21, 2020

### Fixed
- Better debug information

### Added
- Handling end of ip change event added by PJSIP 2.10.
- Make use of updated Vialer-pjsip-iOS library providing updates for:
- PJSIP 2.10
- h264 2.0.0
- opus 1.3.1
- OpenSSL 1.1.1d
---
## [3.6.0](https://github.com/VoIPGRID/VialerSIPLib/tree/3.6.0) (20/1/2020)

Released on Monday, Jan 20, 2020
Expand Down
4 changes: 2 additions & 2 deletions VialerSIPLib.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@

Pod::Spec.new do |s|
s.name = "VialerSIPLib"
s.version = "3.6.0"
s.version = "3.7.0"
s.summary = "Vialer SIP Library for iOS"
s.description = "Objective-C wrapper around PJSIP."
s.homepage = "https://github.com/VoIPGRID/VialerSIPLib"
s.license = 'GNU GPL v3'
s.author = {"Devhouse Spindle" => "vialersiplib@wearespindle.com"}
s.author = {"Devhouse Spindle" => "opensource@wearespindle.com"}

s.source = {:git => "https://github.com/VoIPGRID/VialerSIPLib.git", :tag => s.version.to_s}
s.social_media_url = "https://twitter.com/wearespindle"
Expand Down

0 comments on commit e437ba7

Please sign in to comment.