Skip to content

Commit

Permalink
Prepare to release v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua T Corbin committed Feb 23, 2018
1 parent a884895 commit 946a839
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## v1.2.0 (unreleased)
## v1.2.0 (2018-02-22)

- Fixed quota clamping to always round down rather than up; Rather than
guaranteeing constant throttling at saturation, instead assume that the
Expand Down
2 changes: 1 addition & 1 deletion maxprocs/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
package maxprocs

// Version is the current package version.
const Version = "1.1.0"
const Version = "1.2.0"

0 comments on commit 946a839

Please sign in to comment.