Skip to content

Commit

Permalink
Update to version 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jdholtz committed Mar 25, 2023
1 parent 6f874ae commit 4c06e08
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
When upgrading to a new version, make sure to follow the directions under the "Upgrading" header of the corresponding version.
If there is no "Upgrading" header for that version, no post-upgrade actions need to be performed.

## 3.1 (2023-03-25)

### New features
- Users can now specify a custom path to a Chromedriver executable
([#65](https://github.com/jdholtz/auto-southwest-check-in/pull/65))
- All Chromium-based browsers are now officially supported
- Docker image optimizations ([#65](https://github.com/jdholtz/auto-southwest-check-in/pull/65)):
- Official ARM support ([#27](https://github.com/jdholtz/auto-southwest-check-in/issues/27))
- Alpine Linux is now used, reducing image size by 40%


## 3.0 (2023-03-10)

Expand Down
2 changes: 1 addition & 1 deletion lib/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
if TYPE_CHECKING: # pragma: no cover
from config import Config

__version__ = "v3.0"
__version__ = "v3.1"

__doc__ = """
Schedule a check-in:
Expand Down

0 comments on commit 4c06e08

Please sign in to comment.