Skip to content

Commit

Permalink
prepare new release
Browse files Browse the repository at this point in the history
  • Loading branch information
abrahamq committed Sep 26, 2018
1 parent 68ba472 commit 13ddb2a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,8 @@
- add user language detection
- add Spanish messages for US deployments
- create Indonesian language file
- update cognicity-bot-core
- update cognicity-bot-core

### v1.1.0
- add prep cards
- update bot-core to v1.1.3
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 13ddb2a

Please sign in to comment.