Skip to content

Commit

Permalink
int: roll changelog (#441)
Browse files Browse the repository at this point in the history
# The problem

forgot to roll the changelog last release

# This PR's solution
fix changelog

# Checklist

_Check that this PR satisfies the following items:_

- [x] Tests have been added for new features/changed behavior (if no new
features have been added, check the box).
- [x] The [changelog file](CHANGELOG.md) has been updated with a
user-readable description of the changes (if the change isn't visible to
the user in any way, check the box).
- [x] The PR's title is prefixed with
`<feat/fix/chore/imp[rovement]/int[ernal]/docs>[!]:`
- [x] The PR is linked to a JIRA ticket (if there's no suitable ticket,
check the box).
  • Loading branch information
SebastianMorawiec authored Aug 20, 2024
1 parent 0d124e9 commit 3cefd46
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion projects/orquestra-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,25 @@

🚨 *Breaking Changes*

* Update `ray` dependency to version 2.24.0
πŸ”₯ *Features*

🧟 *Deprecations*

πŸ‘©β€πŸ”¬ *Experimental*

πŸ› *Bug Fixes*

πŸ’… *Improvements*

πŸ₯· *Internal*

πŸ“ƒ *Docs*

## v0.66.0

🚨 *Breaking Changes*

* Update `ray` dependency to version 2.30.0

πŸ”₯ *Features*

Expand Down

0 comments on commit 3cefd46

Please sign in to comment.