Skip to content

Commit

Permalink
update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengfeiwang committed Aug 14, 2024
1 parent d72dae3 commit 8ff9e11
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/promptflow-azure/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# promptflow-azure package

## v1.15.0 (Upcoming)
## v1.15.0 (2024.08.15)

### Bugs fixed
- Fixed `Connection aborted` error for local to cloud run when registering the run to cloud.
Expand Down
5 changes: 5 additions & 0 deletions src/promptflow-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# promptflow-core package

## v1.15.0 (2024.08.15)

### Bugs fixed
- Fixed openai error handler not functioning for `AsyncPrompty`.

## v1.14.0 (2024.07.25)
### Improvements
- Remove dependency on docutils package.
Expand Down
5 changes: 3 additions & 2 deletions src/promptflow-devkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# promptflow-devkit package

## v1.15.0 (Upcoming)
## v1.15.0 (2024.08.15)

### Bugs fixed
- Fixed trace view can't display boolean output (#3613)
- Fixed trace view can't display boolean output.

## v1.14.0 (2024.07.25)
### Improvements
Expand Down
4 changes: 2 additions & 2 deletions src/promptflow/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Release History

## v1.15.0 (Upcoming)
## v1.15.0 (2024.08.15)

### Bugs fixed
- [promptflow-azure] Fixed `Connection aborted` error for local to cloud run when registering the run to cloud.
- [promptflow-core] Fixed openai error handler not functioning for `AsyncPrompty`.
- [promptflow-devkit] Fixed trace view can't display boolean output (#3613)
- [promptflow-devkit] Fixed trace view can't display boolean output.

## v1.14.0 (2024.07.25)
### Improvements
Expand Down

0 comments on commit 8ff9e11

Please sign in to comment.