Skip to content

Commit

Permalink
Updates CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
hmlongco committed Oct 10, 2024
1 parent dfe0852 commit c342b93
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Factory Changelog

## 2.4.1
* Adds DynamicProperty wrapper - PR #220

## 2.4.0
* Updated to properly manage new concurrency warnings and errors in Xcode 16 and Swift 6
* Updated documentation in light of Xcode 16's new Swift Testing framework
Expand Down
2 changes: 1 addition & 1 deletion Factory.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Factory"
s.version = "2.4.0"
s.version = "2.4.1"
s.summary = "A Modern Dependency Injection / Service Locator framework for Swift on iOS."
s.homepage = "https://github.com/hmlongco/Factory"
s.license = "MIT"
Expand Down

0 comments on commit c342b93

Please sign in to comment.