diff --git a/CHANGELOG.md b/CHANGELOG.md index d88f40b7..d9a25b3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,16 @@ # Changelog - -## 2.6.2 (2024-11-26) + +## 2.6.3 (2024-11-26) + +### Enhancements + +- Default the `--project-root` to the current working directory for the `upload dsym` command. [148](https://github.com/bugsnag/bugsnag-cli/pull/148) + +### Fixes + +- Add the `--code-bundle-id` option to the `upload js` command. [150](https//github.com/bugsnag/bugsnag-cli/pull/150) + +## 2.6.2 (2024-10-17) ### Fixes - Ensure that the node package is configured correctly so that you can run `npx @bugsnag/cli` and `yarn bugsnag-cli`. [144](https://github.com/bugsnag/bugsnag-cli/pull/144)