Skip to content

Commit

Permalink
bump: version 0.6.1 → 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
blackhorseya committed Aug 31, 2024
1 parent eeae3a0 commit 0b41956
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .cz.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
name = "cz_conventional_commits"
tag_format = "$version"
version_scheme = "semver"
version = "0.6.1"
version = "0.6.2"
update_changelog_on_bump = true
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
## 0.6.2 (2024-08-31)

### Feat

- refactor order listing functionality (#161)
- refactor order listing functionality
- implement GetOrder method in OrderService
- implement new RPC method and message type in order service
- optimize data retrieval and improve performance
- trace `SendNotification` function context changes

### Refactor

- refactor code for OpenTelemetry tracing
- refactor legacy context handling in API functions
- refactor context handling in gRPC server and client middleware
- refactor context handling and tracing in client calls
- refactor methods to utilize Pagination efficiently (#160)
- refactor methods to utilize Pagination efficiently
- refactor codebase to improve code readability and consistency
- refactor user domain package and dependencies
- refactor context handling for server interceptors (#159)
- refactor context handling for server interceptors
- update context extraction methods in multiple grpc server files

## 0.6.1 (2024-08-31)

### Feat
Expand Down

0 comments on commit 0b41956

Please sign in to comment.