Skip to content

Commit

Permalink
Prep 14.0 release. (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
asedge authored May 18, 2023
1 parent e3baa04 commit 17cd43a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@

## Not released

## 0.14.0

- Add `scoped_as` option to `has_one` association (https://github.com/Beyond-Finance/active_force/pull/50)
- Add `default` to model fields (https://github.com/Beyond-Finance/active_force/pull/49)
- Allow `nil` datetimes as `:datetime` fields (https://github.com/Beyond-Finance/active_force/pull/52)

## 0.13.2
- Add `#loaded?` method for ActiveQueries to allow the detection of records loaded in memory or pending to be loaded. (https://github.com/Beyond-Finance/active_force/pull/45)
Expand Down
2 changes: 1 addition & 1 deletion lib/active_force/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module ActiveForce
VERSION = '0.13.2'
VERSION = '0.14.0'
end

0 comments on commit 17cd43a

Please sign in to comment.