Skip to content

Commit 8f9c744

Browse files
committed
Merge branch 'release-0.2.2' into 'master'
feat: changelog for v0.2.2 See merge request postgres-ai/database-lab!71
2 parents 863ea20 + f9241ad commit 8f9c744

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
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

+1-1
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)