Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Release Notes

### 2.7.0
- Ability to customizable the state colors used in the FeaturesTableViewController

### 2.6.0
- Add YMOverrideTestSupport package to SPM

Expand Down
2 changes: 1 addition & 1 deletion YMOverride.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'YMOverride'
s.version = '2.6.0'
s.version = '2.7.0'
s.summary = 'Simple Swift Feature Flag Managment, From Yahoo'
s.description = <<-DESC
Override helps minimize the boilerplate involved with adding and maintaining feature flags.
Expand Down
2 changes: 1 addition & 1 deletion YMOverrideTestSupport.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'YMOverrideTestSupport'
s.version = '2.6.0'
s.version = '2.7.0'
s.summary = 'Test support helpers for YMOverride feature management'
s.description = <<-DESC
This pod provides test support facilities for the Override pod.
Expand Down
Loading