Skip to content

Commit ae0e377

Browse files
committed
bump version
1 parent 93826d8 commit ae0e377

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.2.0] - 2021-09-03
10+
### Fixed
11+
- Changed metric namespace to include bot locale
12+
- Added bot and locale ID filters to CloudWatch Insight rules/queries
13+
- Fixed handling of ReadyForFullfilment state and empty data in conversation
14+
path widget
15+
### Removed
16+
- Removed session count value from Activity section due to exceptions if the
17+
selected time range is larger than 24 hours
18+
919
## [0.1.0] - 2021-08-26
1020
### Added
1121
- Initial release
1222

13-
[Unreleased]: https://github.com/aws-samples/aws-lex-v2-bot-analytics/compare/v0.1.0...develop
23+
[Unreleased]: https://github.com/aws-samples/aws-lex-v2-bot-analytics/compare/v0.2.0...develop
24+
[0.2.0]: https://github.com/aws-samples/aws-lex-v2-bot-analytics/releases/tag/v0.2.0
1425
[0.1.0]: https://github.com/aws-samples/aws-lex-v2-bot-analytics/releases/tag/v0.1.0

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.0
1+
0.2.0

template.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ AWSTemplateFormatVersion: 2010-09-09
33
Transform: AWS::Serverless-2016-10-31
44

55
Description: |-
6-
Lex V2 Analytics. Deploys a CloudWatch Dashboard for your Lex V2 bot.
6+
Lex V2 Analytics (v0.2.0)
7+
Deploys a CloudWatch Dashboard for your Lex V2 bot
78
89
Parameters:
910
ShouldDeploySampleBots:
@@ -107,7 +108,7 @@ Metadata:
107108
- Dashboard
108109
- CloudWatch
109110
HomePageUrl: https://github.com/aws-samples/aws-lex-v2-bot-analytics
110-
SemanticVersion: 0.1.0
111+
SemanticVersion: 0.2.0
111112
SourceCodeUrl: https://github.com/aws-samples/aws-lex-v2-bot-analytics
112113

113114
Resources:

0 commit comments

Comments
 (0)