From 4c7aa110b382bce461d69d4f4534050f3ad31ed8 Mon Sep 17 00:00:00 2001 From: Adam Yanalunas Date: Fri, 22 Aug 2014 13:46:17 -0700 Subject: [PATCH] Update release to version 1.1.0 --- CHANGELOG.md | 2 +- README.md | 7 +++++++ librato-iOS.podspec | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 270bd98..73af078 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -### Version 2.0.0 +### Version 1.1.0 Upgrade to AFNetworking ~> 2.0 (iOS 7 only) diff --git a/README.md b/README.md index a244f2f..5cf8aec 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ Metrics are automatically cached while the network is unavailable and saved if t Currently iOS version 7 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. + # Quick Start After installing `librato-iOS` into your workspace with CocoaPods just create a Librato instance with your credentials and start adding metrics. @@ -183,6 +185,11 @@ If the app caches metrics while offline and is then closed all cached metrics ar * Please include tests. This is important so we don't break your changes unintentionally in a future version. * Please don't modify the podspec, version, or changelog. If you do change these files, please isolate a separate commit so we can cherry-pick around it. +# Contributors + +* [Adam Yanalunas](https://github.com/adamyanalunas) +* [nap-sam-dean](https://github.com/nap-sam-dean) + # Copyright Copyright (c) 2013 Amco International Education Services, LLC. See LICENSE for more details. diff --git a/librato-iOS.podspec b/librato-iOS.podspec index cafa794..31c8348 100644 --- a/librato-iOS.podspec +++ b/librato-iOS.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "librato-iOS" - s.version = "2.0.0" + s.version = "1.1.0" s.summary = "Librato library for iOS" s.description = <<-DESC A simple, delightful wrapper for the Librato API with conveniences for common use cases