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".