We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caebcc0 commit c0d9aa2Copy full SHA for c0d9aa2
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [1.1.1](https://github.com/daniel-cottone/serverless-es-logs/compare/v1.1.0...v1.1.1) (2018-08-15)
2
+
3
4
+### Bug Fixes
5
6
+* **IAM:** Attaching ES policy when no default role given ([caebcc0](https://github.com/daniel-cottone/serverless-es-logs/commit/caebcc0))
7
8
# [1.1.0](https://github.com/daniel-cottone/serverless-es-logs/compare/v1.0.3...v1.1.0) (2018-08-05)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "serverless-es-logs",
- "version": "1.1.0",
+ "version": "1.1.1",
"license": "MIT",
"description": "A Serverless plugin to transport logs to ElasticSearch",
"author": "Daniel Cottone <daniel.cottone@asurion.com> (https://github.com/daniel-cottone)",
0 commit comments