diff --git a/CHANGELOG.md b/CHANGELOG.md index 543b0d5..4adac94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# 4.3.5 +* fix makeGraph while use container hierarchy + # 4.3.4 * Add simple one modificator injection into initialize method. For example: Old: `container.register { Cat(name: arg($0), owner: $1, home: $2) }` diff --git a/DITranquillity.podspec b/DITranquillity.podspec index 3bb9ff0..4959064 100644 --- a/DITranquillity.podspec +++ b/DITranquillity.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = 'DITranquillity' - s.version = '4.3.4' + s.version = '4.3.5' s.summary = 'DITranquillity - Dependency injection for iOS/macOS/tvOS (Swift) ' s.description = <<-DESC