Skip to content

Commit

Permalink
Update changelog for 1.1.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nezhar committed Jan 15, 2024
1 parent fa61e98 commit e7ffa81
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.1.2]

### Fixed

- Fixes compatibility between django 3.2 and 4.2 for next planned execution in admin

## [1.1.1]

### Fixed

- Use custom css to fix external depenceny upload restriction

## [1.1.0]

### Added
Expand All @@ -16,6 +28,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Initial setup.

[Unreleased]: https://github.com/anexia/django-future-tasks/compare/1.0.0...HEAD
[Unreleased]: https://github.com/anexia/django-future-tasks/compare/1.1.2...HEAD
[1.1.2]: https://github.com/anexia/django-future-tasks/releases/tag/1.1.2
[1.1.1]: https://github.com/anexia/django-future-tasks/releases/tag/1.1.1
[1.1.0]: https://github.com/anexia/django-future-tasks/releases/tag/1.1.0
[1.0.0]: https://github.com/anexia/django-future-tasks/releases/tag/1.0.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name="django-future-tasks",
version=os.getenv("PACKAGE_VERSION", "1.1.0").replace("refs/tags/", ""),
version=os.getenv("PACKAGE_VERSION", "1.1.2").replace("refs/tags/", ""),
packages=find_packages(),
include_package_data=True,
install_requires=[
Expand Down

0 comments on commit e7ffa81

Please sign in to comment.