CHANGELOG.md in pg-aws_rds_iam-0.6.1 vs CHANGELOG.md in pg-aws_rds_iam-0.6.2

- old
+ new

@@ -6,10 +6,15 @@ ## [Unreleased] No notable changes. +## [0.6.2] - 2024-11-12 + +### Changed +* Fix broken link in changelog ([#687](https://github.com/haines/pg-aws_rds_iam/pull/687)) + ## [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)) @@ -89,10 +94,12 @@ ### Added * A plugin for the [`pg` gem](https://rubygems.org/gems/pg) that adds support for [IAM authentication](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.IAMDBAuth.html) when connecting to PostgreSQL databases hosted in Amazon RDS. ([#1](https://github.com/haines/pg-aws_rds_iam/pull/1)) * ActiveRecord support. ([#3](https://github.com/haines/pg-aws_rds_iam/pull/3)) -[Unreleased]: https://github.com/haines/pg-aws_rds_iam/compare/v0.6.0...HEAD +[Unreleased]: https://github.com/haines/pg-aws_rds_iam/compare/v0.6.2...HEAD +[0.6.2]: https://github.com/haines/pg-aws_rds_iam/compare/v0.6.1...v0.6.2 +[0.6.1]: https://github.com/haines/pg-aws_rds_iam/compare/v0.6.0...v0.6.1 [0.6.0]: https://github.com/haines/pg-aws_rds_iam/compare/v0.5.0...v0.6.0 [0.5.0]: https://github.com/haines/pg-aws_rds_iam/compare/v0.4.2...v0.5.0 [0.4.2]: https://github.com/haines/pg-aws_rds_iam/compare/v0.4.1...v0.4.2 [0.4.1]: https://github.com/haines/pg-aws_rds_iam/compare/v0.4.0...v0.4.1 [0.4.0]: https://github.com/haines/pg-aws_rds_iam/compare/v0.3.2...v0.4.0