From c7d74c8a2eb9f761f7261f1dce3228c09f58e888 Mon Sep 17 00:00:00 2001 From: Sergey Kuryanov Date: Mon, 24 Oct 2016 19:21:33 +0300 Subject: [PATCH 1/2] Bump version to 1.2.1 --- librato-iOS.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/librato-iOS.podspec b/librato-iOS.podspec index e6fba54..4ec4ad4 100644 --- a/librato-iOS.podspec +++ b/librato-iOS.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "librato-iOS" - s.version = "1.2.0" + s.version = "1.2.1" s.summary = "Librato library for iOS" s.description = <<-DESC A simple, delightful wrapper for the Librato API with conveniences for common use cases From a6f972ea16538b687247b0d40988bfc773da05c6 Mon Sep 17 00:00:00 2001 From: Adam Yanalunas Date: Mon, 24 Oct 2016 17:09:39 -0700 Subject: [PATCH 2/2] Update README to reflect iOS support, Sergey's contribution --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5cf8aec..9cfda1d 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,9 @@ librato-iOS Metrics are automatically cached while the network is unavailable and saved if the app closes before they're submitted. Don't worry about submitting metrics, we make sure they don't go missing before they can be handed off to Librato's service. -Currently iOS version 7 and above is supported and the wonderful [AFNetworking 2](https://github.com/AFNetworking/AFNetworking) is used to handle network duties. +Currently iOS version 8 and above is supported and the wonderful [AFNetworking 2](https://github.com/AFNetworking/AFNetworking) is used to handle network duties. -If you need iOS 6 support, you can use the `1.0.2` release, which uses AFNetworking 1.x. +If you need iOS 7 support, you can use the `1.1.0` release, which uses AFNetworking 1.x. # Quick Start @@ -189,6 +189,7 @@ If the app caches metrics while offline and is then closed all cached metrics ar * [Adam Yanalunas](https://github.com/adamyanalunas) * [nap-sam-dean](https://github.com/nap-sam-dean) +* [Sergey Kuryanov](https://github.com/SergeyKuryanov) # Copyright