diff --git a/README.md b/README.md index 96b32557..d4a0fbdf 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,17 @@ end # Changelog +## Version 2.6.1 + +This release includes a few new features and bugfixes and is backwards compatible with all 2.x releases. + +* PR #777 New Feature: Add ability to register live reload plugins +* PR #778 Bugfix: Only update search results table data if possible +* PR #779 Fix bug where remote images are not shown on first load of table screen +* PR #787 Fix Travis CI build from failing when RubyMotion is up-to-date +* PR #796 Fix iOS 10 from crashing when determining supportedInterfaceOrientations for UIImagePickerController +* Other minor bugfixes and documentation updates + ## Version 2.6.0 This release includes a few new features and bugfixes and is backwards compatible with all 2.x releases. diff --git a/lib/ProMotion/version.rb b/lib/ProMotion/version.rb index 620e2006..5fc29597 100644 --- a/lib/ProMotion/version.rb +++ b/lib/ProMotion/version.rb @@ -1,3 +1,3 @@ module ProMotion - VERSION = "2.6.0" unless defined?(ProMotion::VERSION) + VERSION = "2.6.1" unless defined?(ProMotion::VERSION) end