Skip to content

Commit 54c49df

Browse files
committed
Bump version for release 1.2.0
1 parent 924c40e commit 54c49df

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

Diff for: CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
lambda-uploader CHANGELOG
22
=========================
33

4+
1.2.0
5+
-----
6+
- Added support for X-Ray tracing
7+
- Added support for configuring a Kinesis subscription
8+
- Symlinks can now be copied when creating the Lambda Package
9+
- VPC Configuration is fixed
10+
- Boto3, Botocore and Lambda Uploader Versions are now reported as part
11+
of traceback.
12+
413
1.1.0
514
-----
615
- Runtime is now a configurable option

Diff for: lambda_uploader/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
__title__ = 'lambda_uploader'
16-
__version__ = '1.1.0'
16+
__version__ = '1.2.0'
1717
__license__ = 'Apache 2.0'
1818
__copyright__ = 'Copyright Rackspace US, Inc. 2015-2016'
1919
__url__ = 'https://github.com/rackerlabs/lambda-uploader'

0 commit comments

Comments
 (0)