Skip to content

Commit 946a839

Browse files
author
Joshua T Corbin
committed
Prepare to release v1.2.0
1 parent a884895 commit 946a839

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## v1.2.0 (unreleased)
3+
## v1.2.0 (2018-02-22)
44

55
- Fixed quota clamping to always round down rather than up; Rather than
66
guaranteeing constant throttling at saturation, instead assume that the

maxprocs/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@
2121
package maxprocs
2222

2323
// Version is the current package version.
24-
const Version = "1.1.0"
24+
const Version = "1.2.0"

0 commit comments

Comments
 (0)