From 830f002a27c2f80cb0c9c7796a0e9a69b8f6efec Mon Sep 17 00:00:00 2001
From: Nathaniel Kelso <nvkelso@gmail.com>
Date: Tue, 24 Jan 2017 11:56:47 -0800
Subject: [PATCH 1/2] update version, author, and email address

---
 setup.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/setup.py b/setup.py
index ed85460..2e88b35 100644
--- a/setup.py
+++ b/setup.py
@@ -16,13 +16,13 @@ def test_suite():
     return suite
 
 setup(name='mapbox-vector-tile',
-      version='1.0.0',
+      version='1.1.0',
       description=u"Mapbox Vector Tile",
       long_description=long_description,
       classifiers=[],
       keywords='',
-      author=u"Harish Krishna",
-      author_email='harish.krsn@gmail.com',
+      author=u"Rob Marianski",
+      author_email='hello@mapzen.com',
       url='https://github.com/tilezen/mapbox-vector-tile',
       license='MIT',
       packages=find_packages(),

From 9f19412f9f63d7bf41027d9a3615242941cfcab3 Mon Sep 17 00:00:00 2001
From: Nathaniel Kelso <nvkelso@gmail.com>
Date: Tue, 24 Jan 2017 11:56:56 -0800
Subject: [PATCH 2/2] add v1.1.0 changelog

---
 CHANGELOG.md | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index d3c07b6..fb4e2bc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,13 @@
+Version 1.1.0
+-------------
+
+* Include LICENSE & CHANGELOG.md in sdist tarballs
+* Refactor geometry encoding logic, including skipping tiny geometries
+* Decoded geometry is now geojson-ish dict
+* Winding order is now optional
+* Add benchmarking around round function and document how to improve performance
+* Document performance tip for protobuf encoding with C bindings for Debian
+
 Version 1.0.0
 -------------
 
@@ -97,7 +107,7 @@ Version 0.0.5
 Version 0.0.4
 -------------
 
-* Bug fix - does not try to load wkt geom if wkb succeeds 
+* Bug fix - does not try to load wkt geom if wkb succeeds
 
 Version 0.0.3
 -------------