diff --git a/Changes.rst b/Changes.rst index 1fbc33a..6b8ea82 100644 --- a/Changes.rst +++ b/Changes.rst @@ -1,3 +1,8 @@ +Changes for v1.8.1 (2018-09-14) +=============================== + +Build SNS-SQS bridge to mux lambdas onto S3 event types + Changes for v1.8.0 (2018-08-29) =============================== diff --git a/setup.py b/setup.py index 92752a1..cb5b520 100755 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="domovoi", - version="1.8.0", + version="1.8.1", url='https://github.com/kislyuk/domovoi', license='Apache Software License', author='Andrey Kislyuk',