diff --git a/CHANGELOG.md b/CHANGELOG.md index 5860800..d89a87c 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/FDWaveformView/compare/2.0.1...master) +## [Master](https://github.com/fulldecent/FDWaveformView/compare/2.1.0...master) + +--- + +## [2.1.0](https://github.com/fulldecent/FDWaveformView/releases/tag/2.1.0) +Released on 2017-04-15. #### Added - Improved example app to include more options diff --git a/FDWaveformView.podspec b/FDWaveformView.podspec index b7db9c0..d49dac8 100644 --- a/FDWaveformView.podspec +++ b/FDWaveformView.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'FDWaveformView' - s.version = '2.0.1' + s.version = '2.1.0' s.license = { :type => 'MIT', :file => 'LICENSE' } s.summary = 'Reads an audio file and displays the waveform' s.description = <<-DESC