Skip to content

Commit

Permalink
Add v1.2.0 to changelog (#407)
Browse files Browse the repository at this point in the history
  • Loading branch information
akshayjshah committed Apr 14, 2017
1 parent 4a7873d commit 1550bc0
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog

## v1.2.0 (13 Apr 2017)

This release adds a gRPC compatibility wrapper. It is fully backward-compatible.

Enhancements:

* [#402][]: Add a `zapgrpc` package that wraps zap's Logger and implements
`grpclog.Logger`.

## v1.1.0 (31 Mar 2017)

This release fixes two bugs and adds some enhancements to zap's testing helpers.
Expand Down Expand Up @@ -61,7 +70,7 @@ Enhancements:

Thanks to @suyash, @htrendev, @flisky, @Ulexus, and @skipor for their
contributions to this release.

## v1.0.0-rc.3 (7 Mar 2017)

This is the third release candidate for zap's stable release. There are no
Expand Down Expand Up @@ -177,3 +186,4 @@ upgrade to the upcoming stable release.
[#385]: https://github.com/uber-go/zap/pull/385
[#396]: https://github.com/uber-go/zap/pull/396
[#386]: https://github.com/uber-go/zap/pull/386
[#402]: https://github.com/uber-go/zap/pull/402

0 comments on commit 1550bc0

Please sign in to comment.