Skip to content

Commit f9241ad

Browse files
committed
feat: changelog for v0.2.2
1 parent 863ea20 commit f9241ad

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.2.2] - 2020-02-12
4+
5+
### Features
6+
- CLI: Allow specifying "insecure" flag in the configuration for a particular Database Lab instance.
7+
8+
### Bug fixes:
9+
- Skip session state error and use default clone size instead. In particular, this fixes the case when Joe bot gets errors when processing `reset` command.
310

411
## [0.2.1] - 2020-02-10
512

cmd/cli/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import (
1818
)
1919

2020
const (
21-
version = "v0.2.1"
21+
version = "v0.2.2"
2222
)
2323

2424
func main() {

0 commit comments

Comments
 (0)