From b38ee03faf03f98d6b9b7b29da4f7354e8b74bfd Mon Sep 17 00:00:00 2001 From: koo-taejin Date: Thu, 8 Dec 2016 16:05:13 +0900 Subject: [PATCH] Add a note on 1.6.0 --- README.md | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5477a09f61e2..73f1c8c8b35c 100644 --- a/README.md +++ b/README.md @@ -8,12 +8,17 @@ * Install agents without changing a single line of code * Minimal impact on performance (approximately 3% increase in resource usage) -## Latest Release (2016/11/21) -In preparation for our next release, we have added a release candidate - [**v1.6.0-RC2**](https://github.com/naver/pinpoint/releases/tag/1.6.0-RC2).
-We have added a lot of new features and would very much like to hear your thoughts on how we can flesh it out before finalizing our code for v1.6.0.
-Please do try it out and feel free to let us know what you think. +## Latest Release (2016/12/08) +We're happy to announce the release of Pinpoint v1.6.0. +Please check the release note at (https://github.com/naver/pinpoint/releases/tag/1.6.0) +We're now focusing on developing v1.6.1. -The current stable version is [**v1.5.2**](https://github.com/naver/pinpoint/releases/tag/1.5.2). +Special shout out to dawidmalina, jiaqifeng, suraj-raturi, barneykim, fanyeren, abhijith0505, guindous, 999fg, mvlbarcelos and many others for your contribution and feedback. +Without your help, we would not have been able to reach our current level of product maturity. We are extremely grateful for all your help and will continue to try our very best to provide you with the best possible experience using Pinpoint. +We look forward to working with you as we enter the next chapter in development. +Thank you. + +The current stable version is [**v1.6.0**](https://github.com/naver/pinpoint/releases/tag/1.6.0). ### Plugin Development Guide (2016/03/18) We now have a [plugin development guide](https://github.com/naver/pinpoint/wiki/Pinpoint-Plugin-Developer-Guide "Pinpoint Plugin Development Guide"). Yay!