Skip to content

Commit

Permalink
Releasing 2.0.2 (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
ephraimbuddy authored Oct 9, 2023
1 parent 9232a05 commit 83e4ab2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## Version 2.0.2
- Hook at the `_execute` instead of run_scheduler_loop (#60)

## Version 2.0.1
- Properly set the version column type (#57)

Expand Down
2 changes: 1 addition & 1 deletion astronomer/airflow/version_check/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

from .update_checks import UpdateAvailableBlueprint

__version__ = "2.0.1"
__version__ = "2.0.2"

log = logging.getLogger(__name__)

Expand Down

0 comments on commit 83e4ab2

Please sign in to comment.