diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ffa571..b546370 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ # Change Log +## [1.10.5](https://github.com/layoutBox/PinLayout/releases/tag/1.10.5) +Released on 2023-11-03 + +#### Replace UIScreen.main to get display scale on iOS 13.0 and later + +UIScree.main will be deprecated in a future version of iOS. + +Added by [Hyungyu Kim](https://github.com/hyun99999) in Pull Request [#275](https://github.com/layoutBox/PinLayout/pull/275) + + ## [1.10.3](https://github.com/layoutBox/PinLayout/releases/tag/1.10.2) Released on 2022-06-07 diff --git a/PinLayout.podspec b/PinLayout.podspec index e2bf5f1..f730bd7 100644 --- a/PinLayout.podspec +++ b/PinLayout.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |spec| spec.name = "PinLayout" - spec.version = "1.10.4" + spec.version = "1.10.5" spec.summary = "Fast Swift Views layouting without auto layout. No magic, pure code, full control and blazing fast." spec.description = "Fast Swift Views layouting without auto layout. No magic, pure code, full control and blazing fast. Concise syntax, intuitive, readable & chainable. [iOS/macOS/tvOS/CALayer]" spec.homepage = "https://github.com/layoutBox/PinLayout"