From c09a32f9550901b8bed565047640a6c0bb6c318e Mon Sep 17 00:00:00 2001 From: William Entriken Date: Tue, 28 Jun 2016 00:19:40 -0400 Subject: [PATCH] Release 1.0.6 --- CHANGELOG.md | 7 ++++++- FDSoundActivatedRecorder.podspec | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) 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".