-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prepare 4.1.0 release #180
Conversation
* installs new deviceModel into EnvironmentReporter and renames old deviceModel to deviceType * use CwSysCtl for macos model
Fix for concurrency bug in FlagStore
@@ -1,7 +1,7 @@ | |||
Pod::Spec.new do |ld| | |||
|
|||
ld.name = "LaunchDarkly" | |||
ld.version = "4.0.0" | |||
ld.version = "4.1.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What makes this a minor release rather than a patch? It looks like the deviceModel
/deviceType
changes are internal, but I might be wrong.
CHANGELOG.md
Outdated
## [4.1.0] - 2019-06-19 | ||
### Change | ||
- Installs new `deviceModel` into `EnvironmentReporter` and renames old `deviceModel` to `deviceType` | ||
- use `CwSysCtl` for macos model |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this meant to be two separate entries? They seem related, but the CrSysCtl
one is rather unclear on what it means.
[4.1.0] - 2019-06-19
Change
deviceModel
intoEnvironmentReporter
and renames olddeviceModel
todeviceType
CwSysCtl
for macos modelFixed