Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare release v0.6.2 #687

Merged
merged 2 commits into from
Nov 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

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
Expand Down Expand Up @@ -91,7 +96,9 @@ No notable changes.
* 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
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
pg-aws_rds_iam (0.6.1)
pg-aws_rds_iam (0.6.2)
aws-sdk-rds (~> 1.0)
pg (~> 1.1)

Expand Down
2 changes: 1 addition & 1 deletion lib/pg/aws_rds_iam/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
module PG
module AWS_RDS_IAM
# The current version of the gem.
VERSION = "0.6.1"
VERSION = "0.6.2"
end
end