Skip to content

Commit

Permalink
Bump to version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jfleury-gorgias committed Sep 30, 2022
1 parent f439cde commit 8316248
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,17 @@ and this project tries to adhere to [Semantic Versioning](http://semver.org/spec
## [Unreleased]
_this space intentionally left blank_

## [0.5.0] - 2022-09-30

### In Code

- BREAKING CHANGE: Add support for setting per-role config with ALTER ROLE SET (@johanfleury)
pgbedrock will now remove any existing config that’s not defined in its configuration.

## [0.4.4] - 2022-09-06

### In Code
- Remove Python 2 support
- Remove Python 2 support (@johanfleury)
- Add support for SCRAM-SHA-256 passwords (passwords can now be passed plain text or hashed) (@johanfleury)

## [0.4.3] - 2022-09-01
Expand Down
2 changes: 1 addition & 1 deletion pgbedrock/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = '0.4.3'
__version__ = '0.5.0'
LOG_FORMAT = '%(levelname)s:%(filename)s:%(funcName)s:%(lineno)s - %(message)s'

0 comments on commit 8316248

Please sign in to comment.