From 13ddb2a0eb59373d234556e41610dc17f4ed2ee5 Mon Sep 17 00:00:00 2001 From: abrahamq Date: Wed, 26 Sep 2018 16:58:59 -0400 Subject: [PATCH] prepare new release --- CHANGELOG.md | 6 +++++- README.md | 2 ++ package.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc50d92..3195adf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,4 +16,8 @@ - add user language detection - add Spanish messages for US deployments - create Indonesian language file -- update cognicity-bot-core \ No newline at end of file +- update cognicity-bot-core + +### v1.1.0 +- add prep cards +- update bot-core to v1.1.3 diff --git a/README.md b/README.md index 5b4ef9c..4db4d67 100644 --- a/README.md +++ b/README.md @@ -36,8 +36,10 @@ Save a copy of sample.env as .env in local directory with appropriate credential * `API_GW_WEBHOOK`: The API gateway address for Telegram to trigger the webhook function * `BOT_TOKEN`: Access token created on creating a Telegram bot * `CARDS_API`: CogniCity server endpoint to get unique report card links +* `CARDS_DECK`: Array of [flood,prep] for what decks should be deployed * `CARDS_API_KEY`: CogniCity server API key * `CARDS_URL`: Client address for cards +* `PREP_URL`: Client address for prep cards * `DEFAULT_INSTANCE_COUNTRY_CODE`: Default country for message files (e.g. 'us') * `DEFAULT_LANGUAGE`: Current default language is English. You can add more languages here and parameterize replies for each language * `MAP_SERVER`: Client address for map diff --git a/package.json b/package.json index 109b78c..47b8104 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cognicity-reports-telegram-lambda", - "version": "1.0.2", + "version": "1.1.0", "description": "Telegram chatbot running on AWS lambda", "main": "index.js", "scripts": {