Skip to content

Commit

Permalink
Merge pull request #105 from zendesk/3.10.0
Browse files Browse the repository at this point in the history
bump version to 3.10.0
  • Loading branch information
razumau authored Sep 18, 2023
2 parents 64c2a1a + 2884814 commit 2fcbae4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [3.10.0] - 2023-09-18

* Property models now inherit from the same parent as their owners (this unblocks [using multiple databases natively in Rails](https://guides.rubyonrails.org/active_record_multiple_databases.html)).
* Dropped support for Rails 5.
2 changes: 1 addition & 1 deletion lib/property_sets/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module PropertySets
VERSION = "3.9.0"
VERSION = "3.10.0"
end

0 comments on commit 2fcbae4

Please sign in to comment.