Updated CHANGELOG and README

This commit is contained in:
Andrew Walz 2017-01-13 23:15:59 -07:00
parent da8f7ba858
commit c2952e7833
2 changed files with 10 additions and 1 deletions

View file

@ -1,5 +1,14 @@
# CHANGELOG
## Version 2.0.0
- Changed `SwiftyCamViewController` delegate function naming
- Changed `kMaximumVideoDuration` property to `maximumVideoDuration`
- Changed `endVideoRecording()` to `stopVideoRecording`
- Fixed issue with front flash not starting before video recording
- Removed ability to disable prompting to app settings if permissions are not approved
- Updated demo application
- Minor bug fixes
## Version 1.5.1
- Minor bug fixes
- Enhancemenents to demo project

View file

@ -8,7 +8,7 @@
Pod::Spec.new do |s|
s.name = 'SwiftyCam'
s.version = '1.5.1'
s.version = '2.0.0'
s.summary = 'A Simple, Snapchat inspired camera Framework written in Swift'
s.ios.deployment_target = '8.0'