Skip to content

Commit bd6fe27

Browse files
update CHANGELOG for version 0.9.0
1 parent a52c5d9 commit bd6fe27

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ and this project attempts to adhere to [Semantic Versioning](https://semver.org/
1818

1919
## [Unreleased]
2020

21+
## [0.9.0]
22+
2123
### Changed
2224

2325
- Changed `installation_repositories` internal event handlers to automatically create missing `Installation` models using new `(a)get_or_create_from_event` method, eliminating the need for manual import when connecting to pre-existing GitHub App installations.
@@ -123,7 +125,7 @@ and this project attempts to adhere to [Semantic Versioning](https://semver.org/
123125

124126
- Josh Thomas <[email protected]> (maintainer)
125127

126-
[unreleased]: https://github.com/joshuadavidthomas/django-github-app/compare/v0.8.0...HEAD
128+
[unreleased]: https://github.com/joshuadavidthomas/django-github-app/compare/v0.9.0...HEAD
127129
[0.1.0]: https://github.com/joshuadavidthomas/django-github-app/releases/tag/v0.1.0
128130
[0.2.0]: https://github.com/joshuadavidthomas/django-github-app/releases/tag/v0.2.0
129131
[0.2.1]: https://github.com/joshuadavidthomas/django-github-app/releases/tag/v0.2.1
@@ -134,3 +136,4 @@ and this project attempts to adhere to [Semantic Versioning](https://semver.org/
134136
[0.6.1]: https://github.com/joshuadavidthomas/django-github-app/releases/tag/v0.6.1
135137
[0.7.0]: https://github.com/joshuadavidthomas/django-github-app/releases/tag/v0.7.0
136138
[0.8.0]: https://github.com/joshuadavidthomas/django-github-app/releases/tag/v0.8.0
139+
[0.9.0]: https://github.com/joshuadavidthomas/django-github-app/releases/tag/v0.9.0

0 commit comments

Comments
 (0)