Skip to content

Commit d44ad00

Browse files
committed
chore(release): v0.0.2
1 parent 82000f4 commit d44ad00

File tree

5 files changed

+10
-5
lines changed

5 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
# [](https://github.com/PowerBotKit/botbuilder-spring-boot/compare/v0.0.1...v) (2021-09-24)
1+
## [0.0.2](https://github.com/PowerBotKit/botbuilder-spring-boot/compare/v0.0.1...v0.0.2) (2021-09-24)
2+
3+
4+
### Bug Fixes
5+
6+
* implement com.microsoft.bot.integration.Configuration#methods ([9c1ef3f](https://github.com/PowerBotKit/botbuilder-spring-boot/commit/9c1ef3f14f481581c0281fcd5e73fa8b02bcd14e))
27

38

49
## [0.0.1](https://github.com/PowerBotKit/botbuilder-spring-boot/compare/d7fcbaa191f08c15dcf74f53670f7092cd2bcb50...v0.0.1) (2021-09-15)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ add dependency
1010
<dependency>
1111
<groupId>io.github.powerbotkit</groupId>
1212
<artifactId>botbuilder-spring-boot-starter</artifactId>
13-
<version>0.0.1</version>
13+
<version>0.0.2</version>
1414
</dependency>
1515
```
1616

botbuilder-spring-boot-autoconfig/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>botbuilder-spring-boot</artifactId>
55
<groupId>io.github.powerbotkit</groupId>
6-
<version>0.0.1</version>
6+
<version>0.0.2</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<name>botbuilder-spring-boot-autoconfig</name>

botbuilder-spring-boot-starter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>botbuilder-spring-boot</artifactId>
55
<groupId>io.github.powerbotkit</groupId>
6-
<version>0.0.1</version>
6+
<version>0.0.2</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<name>botbuilder-spring-boot-starter</name>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>io.github.powerbotkit</groupId>
55
<artifactId>botbuilder-spring-boot</artifactId>
66
<packaging>pom</packaging>
7-
<version>0.0.1</version>
7+
<version>0.0.2</version>
88
<name>botbuilder-spring-boot</name>
99
<description>a simple starter for spring boot and bot framework</description>
1010
<url>https://github.com/PowerBotKit/botbuilder-spring-boot</url>

0 commit comments

Comments
 (0)