diff --git a/CHANGELOG.md b/CHANGELOG.md index 8749a73..7fc0750 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,12 @@ All notable changes to this project will be documented in this file. --- -## [Master](https://github.com/fulldecent/FDSoundActivatedRecorder/compare/1.0.5...master) +## [Master](https://github.com/fulldecent/FDSoundActivatedRecorder/compare/1.0.6...master) + +--- + +## [1.0.6](https://github.com/fulldecent/FDSoundActivatedRecorder/releases/tag/1.0.6) +Released on 2016-06-27. #### Added - Complete API documentation diff --git a/FDSoundActivatedRecorder.podspec b/FDSoundActivatedRecorder.podspec index 8ecbcf2..bc987a3 100644 --- a/FDSoundActivatedRecorder.podspec +++ b/FDSoundActivatedRecorder.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "FDSoundActivatedRecorder" - s.version = "1.0.5" + s.version = "1.0.6" s.summary = "Start recording when the user speaks" s.description = <<-DESC All you have to do is tell us when to start listening. Then we wait for an audible noise and start recording. This is mostly useful for user speech input and the "Start talking now prompt".