diff --git a/.github/workflows/reporting-cli-test-workflow.yml b/.github/workflows/reporting-cli-test-workflow.yml index 70d96d2..7998595 100644 --- a/.github/workflows/reporting-cli-test-workflow.yml +++ b/.github/workflows/reporting-cli-test-workflow.yml @@ -3,7 +3,7 @@ name: Reporting CLI tests workflow on: [pull_request, push] env: - CLI_VERSION: 1.0.0 + CLI_VERSION: 1.1.0 jobs: run-tests: diff --git a/README.md b/README.md index 7ce6704..cd6bc60 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ npm i @opensearch-project/reporting-cli You can also download the `opensearch-reporting-cli` tool from the [OpenSearch.org](https://opensearch.org/downloads.html) and run the following command. ```bash -npm install -g opensearch-reporting-cli-1.0.0.tgz +npm install -g opensearch-reporting-cli-1.1.0.tgz ``` ## Examples diff --git a/docs/examples/lambda_container_image.md b/docs/examples/lambda_container_image.md index 2e60436..a3051ec 100644 --- a/docs/examples/lambda_container_image.md +++ b/docs/examples/lambda_container_image.md @@ -9,7 +9,7 @@ Opensearch reporting CLI can be used with Lambda for scheduling email reports. ### Creating Lambda container image -1. Create a Dockerfile. Following Dockerfile can be used to create a container image for v1.0.0. +1. Create a Dockerfile. Following Dockerfile can be used to create a container image for v1.1.0. ```dockerfile # Define function directory ARG FUNCTION_DIR="/function" diff --git a/package.json b/package.json index 3580a85..04aa1a0 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "Opensearch Reporting CLI to download and email OpenSearch Dashboards reports.", "main": "./src/index.js", "homepage": "https://www.opensearch.org/", - "version": "1.0.0", + "version": "1.1.0", "keywords": [ "opensearch", "reporting",