diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b84886..1673761 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## v1.1.0 (2017-11-10) + +- Log the new value of `GOMAXPROCS` rather than the current value. +- Make logs more explicit about whether `GOMAXPROCS` was modified or not. +- Allow customization of the minimum `GOMAXPROCS`, and modify default from 2 to 1. + ## v1.0.0 (2017-08-09) - Initial release. diff --git a/maxprocs/version.go b/maxprocs/version.go index a4480af..cfea326 100644 --- a/maxprocs/version.go +++ b/maxprocs/version.go @@ -21,4 +21,4 @@ package maxprocs // Version is the current package version. -const Version = "1.0.0" +const Version = "1.1.0"