From a6015e13fab9b744d96085308ce4e8f11bad1996 Mon Sep 17 00:00:00 2001 From: Abhinav Gupta Date: Tue, 29 Oct 2019 18:33:56 -0700 Subject: [PATCH] Preparing release v1.12.0 (#752) This prepares release v1.12.0, fixing the reference to the glide.lock in the README while at it. --- CHANGELOG.md | 6 ++++++ README.md | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 71bff9d47..d4c15e001 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 1.12.0 (29 Oct 2019) + +Enhancements: +* [#751][]: Migrate to Go modules. + ## 1.11.0 (21 Oct 2019) Enhancements: @@ -335,3 +340,4 @@ upgrade to the upcoming stable release. [#704]: https://github.com/uber-go/zap/pull/704 [#725]: https://github.com/uber-go/zap/pull/725 [#736]: https://github.com/uber-go/zap/pull/736 +[#751]: https://github.com/uber-go/zap/pull/751 diff --git a/README.md b/README.md index 0734dd931..bcea28a19 100644 --- a/README.md +++ b/README.md @@ -121,7 +121,7 @@ Released under the [MIT License](LICENSE.txt). 1 In particular, keep in mind that we may be benchmarking against slightly older versions of other packages. Versions are -pinned in zap's [glide.lock][] file. [↩](#anchor-versions) +pinned in the [benchmarks/go.mod][] file. [↩](#anchor-versions) [doc-img]: https://godoc.org/go.uber.org/zap?status.svg [doc]: https://godoc.org/go.uber.org/zap @@ -130,5 +130,5 @@ pinned in zap's [glide.lock][] file. [↩](#anchor-versions) [cov-img]: https://codecov.io/gh/uber-go/zap/branch/master/graph/badge.svg [cov]: https://codecov.io/gh/uber-go/zap [benchmarking suite]: https://github.com/uber-go/zap/tree/master/benchmarks -[glide.lock]: https://github.com/uber-go/zap/blob/master/glide.lock +[benchmarks/go.mod]: https://github.com/uber-go/zap/blob/master/benchmarks/go.mod