pg-aws_rds_iam 0.6.1 → 0.6.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8de2c77e449ab425d3294a78bfb769377b96e33ef415144066c442103bdca6db
4
- data.tar.gz: a10dcfe36a489d448cfaaa5a598af4bf99d1f29cb9abc7b0f27fb85de00c08c7
3
+ metadata.gz: 6ca9285880d14457835d0b91196653cf230f6d8a269945c65b40af0031653987
4
+ data.tar.gz: 1749a70b4736c35fa0a9fffff961b3d9101df73cdef9ecffc8fadad2f6401daf
5
5
  SHA512:
6
- metadata.gz: e07d05f1b3ba640764c8493e0b27bc94722c8b7afb2688a9168551821dc2518eccc4d74f241a6a91bec51ea67a16e93a72924100014c6643bc7e4c1ddc0fc0aa
7
- data.tar.gz: 8a3b8388bac508791363b4252283bc48d6b8412c3b99337dad6640ea1475005062bfb1528a82f042b0fd76f46f97afa85d41b221881fee9520f2e4bf2064a9df
6
+ metadata.gz: 65188829a0c75e07b7c7809643999a0b9d65924437240909aed32e3b7e32f8f8289e6df699724e250b57401e2a0437cdd675eddf7cc29335278e09e7d446ec6a
7
+ data.tar.gz: 2818e00188696512b5dc89b513e9c2d8110af3d337ec9f0e4b229027c2f9f7d339770c91462bc7bb3a83afcd263cfec099d38c8d7736be870428358ad97492a3
data/CHANGELOG.md CHANGED
@@ -8,6 +8,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
8
8
 
9
9
  No notable changes.
10
10
 
11
+ ## [0.6.2] - 2024-11-12
12
+
13
+ ### Changed
14
+ * Fix broken link in changelog ([#687](https://github.com/haines/pg-aws_rds_iam/pull/687))
15
+
11
16
  ## [0.6.1] - 2024-11-12
12
17
 
13
18
  ### Changed
@@ -91,7 +96,9 @@ No notable changes.
91
96
  * 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))
92
97
  * ActiveRecord support. ([#3](https://github.com/haines/pg-aws_rds_iam/pull/3))
93
98
 
94
- [Unreleased]: https://github.com/haines/pg-aws_rds_iam/compare/v0.6.0...HEAD
99
+ [Unreleased]: https://github.com/haines/pg-aws_rds_iam/compare/v0.6.2...HEAD
100
+ [0.6.2]: https://github.com/haines/pg-aws_rds_iam/compare/v0.6.1...v0.6.2
101
+ [0.6.1]: https://github.com/haines/pg-aws_rds_iam/compare/v0.6.0...v0.6.1
95
102
  [0.6.0]: https://github.com/haines/pg-aws_rds_iam/compare/v0.5.0...v0.6.0
96
103
  [0.5.0]: https://github.com/haines/pg-aws_rds_iam/compare/v0.4.2...v0.5.0
97
104
  [0.4.2]: https://github.com/haines/pg-aws_rds_iam/compare/v0.4.1...v0.4.2
@@ -3,6 +3,6 @@
3
3
  module PG
4
4
  module AWS_RDS_IAM
5
5
  # The current version of the gem.
6
- VERSION = "0.6.1"
6
+ VERSION = "0.6.2"
7
7
  end
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pg-aws_rds_iam
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.1
4
+ version: 0.6.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Haines
@@ -73,7 +73,7 @@ licenses:
73
73
  metadata:
74
74
  bug_tracker_uri: https://github.com/haines/pg-aws_rds_iam/issues
75
75
  changelog_uri: https://github.com/haines/pg-aws_rds_iam/blob/main/CHANGELOG.md
76
- documentation_uri: https://rubydoc.info/gems/pg-aws_rds_iam/0.6.1
76
+ documentation_uri: https://rubydoc.info/gems/pg-aws_rds_iam/0.6.2
77
77
  homepage_uri: https://github.com/haines/pg-aws_rds_iam
78
78
  source_code_uri: https://github.com/haines/pg-aws_rds_iam
79
79
  rubygems_mfa_required: 'true'