diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bb9d14b7..80ad199e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,8 +11,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added -- Made public the `UIBezierPath` convenience init that uses a `Box.CornerStyle`. - ### Removed ### Changed @@ -29,6 +27,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 # Past Releases +## [4.2.1] - 2024-08-02 + +### Added + +- Made public the `UIBezierPath` convenience init that uses a `Box.CornerStyle`. + ## [4.2.0] - 2024-06-25 ### Added diff --git a/SampleApp/Podfile.lock b/SampleApp/Podfile.lock index c83bb2680..65314288e 100644 --- a/SampleApp/Podfile.lock +++ b/SampleApp/Podfile.lock @@ -1,8 +1,8 @@ PODS: - - BlueprintUI (4.2.0) - - BlueprintUI/Tests (4.2.0) - - BlueprintUICommonControls (4.2.0): - - BlueprintUI (= 4.2.0) + - BlueprintUI (4.2.1) + - BlueprintUI/Tests (4.2.1) + - BlueprintUICommonControls (4.2.1): + - BlueprintUI (= 4.2.1) DEPENDENCIES: - BlueprintUI (from `../BlueprintUI.podspec`) @@ -16,8 +16,8 @@ EXTERNAL SOURCES: :path: "../BlueprintUICommonControls.podspec" SPEC CHECKSUMS: - BlueprintUI: 895a33dcf93c2c4eed07e348c01e72178d45833f - BlueprintUICommonControls: 465528dab742ffa509ebe782d8f071309de952f3 + BlueprintUI: b1174cecb229b8f3357fb70e99b7d548b3c90586 + BlueprintUICommonControls: 555c04035aeaf509d1c459f08af33e89d3594b85 PODFILE CHECKSUM: 1cffac4623851f31dc42270ba99701e3825e6d67 diff --git a/version.rb b/version.rb index 705fa3bb5..653cb2b4e 100644 --- a/version.rb +++ b/version.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -BLUEPRINT_VERSION ||= '4.2.0' +BLUEPRINT_VERSION ||= '4.2.1' SWIFT_VERSION ||= File.read(File.join(__dir__, '.swift-version'))