Skip to content

Commit

Permalink
Bump to v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mcelicalderon committed May 3, 2023
1 parent 4614be4 commit fcf4ee7
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [v0.6.0](https://github.com/mcelicalderon/uuid_associations-active_record/tree/v0.6.0) (2023-05-03)

[Full Changelog](https://github.com/mcelicalderon/uuid_associations-active_record/compare/v0.5.0...v0.6.0)

**Implemented enhancements:**

- Support Rails 3 [\#9](https://github.com/mcelicalderon/uuid_associations-active_record/pull/9) ([mcelicalderon](https://github.com/mcelicalderon))

## [v0.5.0](https://github.com/mcelicalderon/uuid_associations-active_record/tree/v0.5.0) (2023-05-03)

[Full Changelog](https://github.com/mcelicalderon/uuid_associations-active_record/compare/v0.4.4...v0.5.0)

**Implemented enhancements:**

- Support ActiveRecord 7.x [\#8](https://github.com/mcelicalderon/uuid_associations-active_record/pull/8) ([mfitzhenry](https://github.com/mfitzhenry))

## [v0.4.4](https://github.com/mcelicalderon/uuid_associations-active_record/tree/v0.4.4) (2020-11-19)

[Full Changelog](https://github.com/mcelicalderon/uuid_associations-active_record/compare/v0.4.3...v0.4.4)
Expand Down Expand Up @@ -32,6 +48,10 @@

[Full Changelog](https://github.com/mcelicalderon/uuid_associations-active_record/compare/v0.3.3...v0.3.4)

**Merged pull requests:**

- Remove custom script to install bundler \< 2.0 [\#4](https://github.com/mcelicalderon/uuid_associations-active_record/pull/4) ([mcelicalderon](https://github.com/mcelicalderon))

## [v0.3.3](https://github.com/mcelicalderon/uuid_associations-active_record/tree/v0.3.3) (2019-01-08)

[Full Changelog](https://github.com/mcelicalderon/uuid_associations-active_record/compare/v0.3.2...v0.3.3)
Expand All @@ -40,6 +60,10 @@

- Try to establish DB connection to check for UUID column [\#3](https://github.com/mcelicalderon/uuid_associations-active_record/pull/3) ([mcelicalderon](https://github.com/mcelicalderon))

**Merged pull requests:**

- Update Travis test versions [\#2](https://github.com/mcelicalderon/uuid_associations-active_record/pull/2) ([mcelicalderon](https://github.com/mcelicalderon))

## [v0.3.2](https://github.com/mcelicalderon/uuid_associations-active_record/tree/v0.3.2) (2018-10-29)

[Full Changelog](https://github.com/mcelicalderon/uuid_associations-active_record/compare/v0.3.1...v0.3.2)
Expand Down
2 changes: 1 addition & 1 deletion lib/uuid_associations/active_record/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module UuidAssociations
module ActiveRecord
VERSION = '0.5.0'
VERSION = '0.6.0'
end
end

0 comments on commit fcf4ee7

Please sign in to comment.