diff --git a/BottomSheetSwiftUI.podspec b/BottomSheetSwiftUI.podspec index 2607fbf03..ede380331 100644 --- a/BottomSheetSwiftUI.podspec +++ b/BottomSheetSwiftUI.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'BottomSheetSwiftUI' - s.version = '2.5.0' + s.version = '2.6.0' s.summary = 'A sliding Sheet from the bottom of the Screen with 3 States build with SwiftUI.' s.homepage = 'https://github.com/LucasMucGH/BottomSheet' diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ef52d0dc..1aa9618ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ BottomSheet Changelog ================== +#### v2.6.0 +- Fix critical bug with `.appleScrollBehavior` #40 +- Update codestyle +- Remove not used file +- Update Readme +- Renamed tapToDissmiss option tapToDismiss #43 + #### v2.5.0 - Update Copyright - Update swift-tools-version