Skip to content

Commit

Permalink
Bump gem to version 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuscruz committed Dec 17, 2024
1 parent 4b1d10b commit e3d02ca
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
14 changes: 9 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
## [Unreleased]

## [0.1.2] - 2024-12-16

Fix CTE regex matcher (4b1d10b)

## [0.1.1] - 2024-11-27

- Enable RubyGems MFA
- Enable RubyGems MFA (2a71b1f)

## [0.1.0] - 2024-11-19

- Add PostgreSQLProxyAdapter
- Add PostgreSQLProxyAdapter (2b3bb9f)

## [0.1.0.rc2] - 2024-10-28

- Add PostgreSQLProxyAdapter

## [Unreleased]
- Add PostgreSQLProxyAdapter (2b3bb9f)
2 changes: 1 addition & 1 deletion lib/active_record_proxy_adapters/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module ActiveRecordProxyAdapters
VERSION = "0.1.1"
VERSION = "0.1.2"
end

0 comments on commit e3d02ca

Please sign in to comment.