Skip to content

Commit 40acc55

Browse files
matt-flemingcapitancambio
authored andcommitted
Bump version and update changelog
1 parent 75fda69 commit 40acc55

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.txt

+5
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [1.2.0] - 2023-04-06
8+
### Added
9+
- Add support for SQLAlchemy 2.0 by correctly handling `sqlalchemy.engine.url.URL`s, which are now immutable.
10+
Older versions of tentaclio should pin `sqlalchemy < 2.0` to avoid this issue.
11+
712
## [1.1.0] - 2023-04-05
813
### Changed
914
- Credential files error reporting to help users identify the credentials issues

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from setuptools.command.install import install
99

1010

11-
VERSION = "1.1.0"
11+
VERSION = "1.2.0"
1212

1313
REPO_ROOT = pathlib.Path(__file__).parent
1414

0 commit comments

Comments
 (0)