Skip to content

Commit

Permalink
Releasing v2.0.1 (#58)
Browse files Browse the repository at this point in the history
I also updated the changelog for past versions that I mistakenly skipped
  • Loading branch information
ephraimbuddy authored Oct 6, 2023
1 parent 0808692 commit 9ce63d7
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# Changelog

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

## Version 2.0.0
- Use semantic versioning for checking of runtime images and remove deprecated AC supports (#54)

## Version 1.0.15
- Fix bug in ignoring new version available update banner (#50)
- Update the base template options (#51)

## Version 1.0.14
- Update plugin to work with 2.6.0 (#48)

## Version 1.0.13
- Catch SSLError & HTTPError during requests.get (#46)

## Version 1.0.12
- Fix Attribute error in lower versions of airflow (#43)

## Version 1.0.11
- Manually pre-install wheel so cryptography gets installed from a wheel (#33)
- Remove create table hook on upgradedb (#40)
- Make version check plugin work in runtime (#41)

## Version 1.0.10
- Fix plugin to work with Airflow 2.3.3+ (#37)
- Fix version compact (#38)

## Version 1.0.9

- Show available updates in a better way (#34)
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.0"
__version__ = "2.0.1"

log = logging.getLogger(__name__)

Expand Down

0 comments on commit 9ce63d7

Please sign in to comment.