From 96df35d91f47dad1631b879177a78ce36d5d0c92 Mon Sep 17 00:00:00 2001 From: Sungkwan Kim Date: Wed, 9 Sep 2015 10:56:56 +0900 Subject: [PATCH] modified release statement. v1.1.1 --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6fe2f1eb2..6f17f31e9 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,10 @@ * Install agents without changing a single line of code * Minimal impact on performance (approximately 3% increase in resource usage) -## Latest Release (2015/6/07) -We're happy to announce the release of Pinpoint **v1.1.0**.
-Please check release note at (https://github.com/naver/pinpoint/releases/tag/1.1.0) +## Latest Release (2015/9/9) +We're happy to announce the release of Pinpoint **v1.1.1**.
+Please check release note at (https://github.com/naver/pinpoint/releases/tag/1.1.1) +We're now focusing on developing **v1.5.0**. ## Overview Services nowadays often consist of many different components, communicating amongst themselves as well as making API calls to external services. How each and every transaction gets executed is often left as a blackbox. Pinpoint traces transaction flows between these components and provides a clear view to identify problem areas and potential bottlenecks.