Skip to content

Commit

Permalink
changelog and version bump to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jantman committed Dec 30, 2022
1 parent 47036b5 commit 1859dc3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changelog
=========

1.1.1 (2022-12-30)
------------------

* Docker build - don't include ``-dirty`` in version/tag when building in GHA
* Document how to change Plaid environments
* Bug Fix (1.1.0) - Plaid Link javascript broken by undefined variable ``BIWEEKLYBUDGET_VERSION``

1.1.0 (2022-12-29)
------------------

Expand Down
2 changes: 1 addition & 1 deletion biweeklybudget/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@
################################################################################
"""

VERSION = '1.1.0'
VERSION = '1.1.1'
PROJECT_URL = 'https://github.com/jantman/biweeklybudget'

0 comments on commit 1859dc3

Please sign in to comment.