Skip to content

Commit

Permalink
[bump] bump to v1.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
UnderTreeTech committed Jun 12, 2023
1 parent c9e20b4 commit 8b639ec
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# CHANGELOG


## v1.3.6
This is a minor updates version.

### Features
- shrink the scope of collections to db entity ([70c75bb](https://github.com/UnderTreeTech/waterdrop/commit/70c75bb449265598779fce00f1a18c1aebc833d3))
- accept mongo dup error ([0802c04](https://github.com/UnderTreeTech/waterdrop/commit/0802c04a56ba2713e5f619b9eab2319329e19dc7))
- filter log sensitive keyword ([c9e20b4](https://github.com/UnderTreeTech/waterdrop/commit/c9e20b454754407b62d71854cdd1ab7d9c36fc1c))

### Bugfix
- escape log grpc request ([bf6001f](https://github.com/UnderTreeTech/waterdrop/commit/bf6001f3ca76f2c7f07edd401b412e3dd6a60e64))


## v1.3.5

This is a minor updates version.
Expand Down
2 changes: 1 addition & 1 deletion pkg/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@

package version

const Version = "v1.3.5"
const Version = "v1.3.6"

0 comments on commit 8b639ec

Please sign in to comment.