From fd6f4ef4b54090c035151593794d08f4c6196bb2 Mon Sep 17 00:00:00 2001 From: William Entriken Date: Fri, 26 May 2017 16:03:52 -0400 Subject: [PATCH] Release 2.1.1 --- CHANGELOG.md | 13 +++++++------ FDSoundActivatedRecorder.podspec | 2 +- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 19624f5..707be13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,15 +4,16 @@ All notable changes to this project will be documented in this file. --- -## [Master](https://github.com/fulldecent/FDSoundActivatedRecorder/compare/2.0.0...master) +## [Master](https://github.com/fulldecent/FDSoundActivatedRecorder/compare/2.1.1...master) -#### Added -- Exposed recording parameters -- Added by [William Entriken](https://github.com/fulldecent) in regards to issue - request [#17](https://github.com/fulldecent/FDSoundActivatedRecorder/issues/17). +--- + +## [2.1.1](https://github.com/fulldecent/FDSoundActivatedRecorder/releases/tag/2.1.1) #### Fixed -- Fix .gitignore and remove built files +- Fix `stopAndSaveRecording` when in listening mode + - by [sabiland](https://github.com/sabiland) in Regards to Issue + [#2](https://github.com/fulldecent/FDSoundActivatedRecorder/issues/22). --- diff --git a/FDSoundActivatedRecorder.podspec b/FDSoundActivatedRecorder.podspec index d373509..70622ad 100644 --- a/FDSoundActivatedRecorder.podspec +++ b/FDSoundActivatedRecorder.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "FDSoundActivatedRecorder" - s.version = "2.0.0" + s.version = "2.1.1" 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".