Skip to content

Commit 9fa76db

Browse files
committed
chore: bump driver version
1 parent ab619e5 commit 9fa76db

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,18 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
4+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/#semantic-versioning-200).
5+
6+
## [1.1.0] - 2024-07-31
7+
### :magic_wand: Added
8+
* Okta authentication support. See the [documentation](./docs/using-the-python-driver/using-plugins/UsingTheOktaAuthenticationPlugin.md) for more details and sample code.
9+
110
## [1.0.0] - 2024-05-23
211
The Amazon Web Services (AWS) Advanced Python Wrapper allows an application to take advantage of the features of clustered Aurora databases.
312

413
### :magic_wand: Added
514
* Support for PostgreSQL
615
* Support for MySQL
716

17+
[1.1.0]: https://github.com/awslabs/aws-advanced-jdbc-wrapper/compare/1.0.0...1.1.0
818
[1.0.0]: https://github.com/awslabs/aws-advanced-python-wrapper/releases/tag/1.0.0

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "aws_advanced_python_wrapper"
3-
version = "1.0.0"
3+
version = "1.1.0"
44
description = "Amazon Web Services (AWS) Advanced Python Wrapper"
55
authors = ["Amazon Web Services"]
66
readme = "README.md"

0 commit comments

Comments
 (0)