Skip to content

Commit 7e55e48

Browse files
authored
Merge pull request #803 from haines/release-v0.8.0
Prepare release v0.8.0
2 parents 740d335 + c8e99b9 commit 7e55e48

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9+
No notable changes.
10+
11+
## [0.8.0] - 2026-03-27
12+
913
### Changed
1014
* Test against Ruby 3.4 ([#697](https://github.com/haines/pg-aws_rds_iam/pull/697))
1115
* Test against Ruby 4.0 ([#779](https://github.com/haines/pg-aws_rds_iam/pull/779))
@@ -105,7 +109,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
105109
* 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))
106110
* ActiveRecord support. ([#3](https://github.com/haines/pg-aws_rds_iam/pull/3))
107111

108-
[Unreleased]: https://github.com/haines/pg-aws_rds_iam/compare/v0.7.0...HEAD
112+
[Unreleased]: https://github.com/haines/pg-aws_rds_iam/compare/v0.8.0...HEAD
113+
[0.8.0]: https://github.com/haines/pg-aws_rds_iam/compare/v0.7.0...v0.8.0
109114
[0.7.0]: https://github.com/haines/pg-aws_rds_iam/compare/v0.6.2...v0.7.0
110115
[0.6.2]: https://github.com/haines/pg-aws_rds_iam/compare/v0.6.1...v0.6.2
111116
[0.6.1]: https://github.com/haines/pg-aws_rds_iam/compare/v0.6.0...v0.6.1

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
pg-aws_rds_iam (0.7.0)
4+
pg-aws_rds_iam (0.8.0)
55
aws-sdk-rds (~> 1.0)
66
pg (~> 1.3)
77

@@ -319,7 +319,7 @@ CHECKSUMS
319319
pg (1.6.3-x86_64-darwin) sha256=ee2e04a17c0627225054ffeb43e31a95be9d7e93abda2737ea3ce4a62f2729d6
320320
pg (1.6.3-x86_64-linux) sha256=5d9e188c8f7a0295d162b7b88a768d8452a899977d44f3274d1946d67920ae8d
321321
pg (1.6.3-x86_64-linux-musl) sha256=9c9c90d98c72f78eb04c0f55e9618fe55d1512128e411035fe229ff427864009
322-
pg-aws_rds_iam (0.7.0)
322+
pg-aws_rds_iam (0.8.0)
323323
pp (0.6.3) sha256=2951d514450b93ccfeb1df7d021cae0da16e0a7f95ee1e2273719669d0ab9df6
324324
prettyprint (0.2.0) sha256=2bc9e15581a94742064a3cc8b0fb9d45aae3d03a1baa6ef80922627a0766f193
325325
prism (1.9.0) sha256=7b530c6a9f92c24300014919c9dcbc055bf4cdf51ec30aed099b06cd6674ef85

lib/pg/aws_rds_iam/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
module PG
44
module AWS_RDS_IAM
55
# The current version of the gem.
6-
VERSION = "0.7.0"
6+
VERSION = "0.8.0"
77
end
88
end

0 commit comments

Comments
 (0)