Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add changelog for 0.9.2 #3968

Merged
merged 1 commit into from
Jul 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.9.2] - 2024-07-26

### Bug Fixes
- Fix upgrade openmldb sdk version in self host (#3962 @aceforeverd)
- Fix select from JOB_INFO should always in online mode (#3963 @aceforeverd)
- Fix update create-pull-request action to v6 in udf-doc-gen workflow & rm deprecated file sync (#3964 @Jayaprakash0511)
- Fix build in centos7 EOL (#3965 @aceforeverd)
- Fix numpy version lock (#3966 @aceforeverd)

## [0.9.1] - 2024-07-17

### Features
Expand Down
Loading