diff --git a/CHANGELOG.md b/CHANGELOG.md index 14a8a961..4e75b05a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +- Made build.sh script executible from publish workflow + ([#213](https://github.com/microsoft/ApplicationInsights-Python/pull/213)) - Updated main and distro READMEs ([#205](https://github.com/microsoft/ApplicationInsights-Python/pull/205)) - Update CONTRIBUTING.md, support Py3.11 diff --git a/scripts/build.sh b/scripts/build.sh old mode 100644 new mode 100755