CHANGELOG.md in pg-aws_rds_iam-0.6.0 vs CHANGELOG.md in pg-aws_rds_iam-0.6.1
- old
+ new
@@ -6,14 +6,23 @@
## [Unreleased]
No notable changes.
+## [0.6.1] - 2024-11-12
+
+### Changed
+* Test against Active Record 8.0 ([#685](https://github.com/haines/pg-aws_rds_iam/pull/685))
+* Use `URI::RFC2396_PARSER.regexp[:ABS_URI_REF]` directly to resolve deprecation warning introduced in [ruby/uri#113](https://github.com/ruby/uri/pull/113) ([#685](https://github.com/haines/pg-aws_rds_iam/pull/685))
+
## [0.6.0] - 2024-10-30
### Changed
* Require Ruby ≥ 3.1 ([#653](https://github.com/haines/pg-aws_rds_iam/pull/653))
+* Test against Ruby 3.3 ([#589](https://github.com/haines/pg-aws_rds_iam/pull/589))
+* Test against Active Record 7.1 ([#562](https://github.com/haines/pg-aws_rds_iam/pull/562))
+* Test against Active Record 7.2 ([#653](https://github.com/haines/pg-aws_rds_iam/pull/653))
### Fixed
* Generate auth token for `rails dbconsole` command ([#678](https://github.com/haines/pg-aws_rds_iam/pull/678))
## [0.5.0] - 2023-05-04
@@ -38,11 +47,12 @@
* Generate auth token for Active Record structure load ([#374](https://github.com/haines/pg-aws_rds_iam/pull/374))
## [0.4.0] - 2022-06-22
### Changed
-* Test against Ruby 3.1 ([#305](https://github.com/haines/pg-aws_rds_iam/pull/305))
* Require Ruby ≥ 2.7 and Active Record ≥ 6.0 ([#360](https://github.com/haines/pg-aws_rds_iam/pull/360))
+* Test against Ruby 3.1 ([#305](https://github.com/haines/pg-aws_rds_iam/pull/305))
+* Test against Active Record 7.0 ([#291](https://github.com/haines/pg-aws_rds_iam/pull/291))
### Fixed
* Compatibility with `pg` ≥ 1.4 ([#356](https://github.com/haines/pg-aws_rds_iam/pull/356))
## [0.3.2] - 2021-11-15