Skip to content

Commit

Permalink
Release 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fulldecent committed May 26, 2017
1 parent 0dfcc16 commit fd6f4ef
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
13 changes: 7 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

---

Expand Down
2 changes: 1 addition & 1 deletion FDSoundActivatedRecorder.podspec
Original file line number Diff line number Diff line change
@@ -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".
Expand Down

0 comments on commit fd6f4ef

Please sign in to comment.