Skip to content

Commit

Permalink
Updated the aws-cloudwatch-exts-commons to 2.0.1.1 from 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BalakrishnaV committed Mar 22, 2019
1 parent 6a3a938 commit 989d9e4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@
1. Porting to aws-cloudwatch-exts-commons 2.0.1
2. Moved all the region-endpoints into config.yml
3. Covered tests
4. Updated readme as per the guidelines.
4. Updated readme as per the guidelines.

### 2.0.1 - March 22, 2019
1. Updated the aws-cloudwatch-exts-commons to 2.0.1.1 from 2.0.0
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,8 +215,8 @@ Always feel free to fork and contribute any changes directly here on [GitHub](ht
## Version
| Name | Version |
|--------------------------|------------|
|Extension Version |2.0.0 |
|Extension Version |2.0.1 |
|Controller Compatibility |4.4 or Later|
|Last Update |10th Aug, 2018 |
|Last Update |22nd Mar, 2019 |
List of changes to this extension can be found [here](https://github.com/Appdynamics/aws-lambda-monitoring-extension/blob/master/CHANGELOG.md)
List of changes to this extension can be found [here](https://github.com/Appdynamics/aws-lambda-monitoring-extension/blob/master/CHANGELOG.md)
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.appdynamics.extensions</groupId>
<artifactId>aws-lambda-monitoring-extension</artifactId>
<version>2.0.0</version>
<version>2.0.1</version>
<name>AWS Lambda Monitoring Extension</name>

<properties>
Expand All @@ -31,7 +31,7 @@
<dependency>
<groupId>com.appdynamics.extensions</groupId>
<artifactId>aws-cloudwatch-exts-commons</artifactId>
<version>2.0.1</version>
<version>2.0.1.1</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down

0 comments on commit 989d9e4

Please sign in to comment.