Skip to content

Commit

Permalink
Bump version to 0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitryTsepelev committed May 5, 2020
1 parent f256071 commit a0c5bda
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,10 @@

## master

## 0.2.7 (2020-05-05)

- [PR [#28](https://github.com/DmitryTsepelev/ar_lazy_preload/pull/28)] Improve compatibility with ActiveRecord API for singular associations ([@sandersiim][])

## 0.2.6 (2018-12-04)

- [PR [#20](https://github.com/DmitryTsepelev/ar_lazy_preload/pull/20)] Cleanup context and active record patches ([@DmitryTsepelev][])
Expand Down Expand Up @@ -42,3 +46,4 @@
[@DmitryTsepelev]: https://github.com/DmitryTsepelev
[@palkan]: https://github.com/palkan
[@PikachuEXE]: https://github.com/PikachuEXE
[@sandersiim]: https://github.com/sandersiim
2 changes: 1 addition & 1 deletion lib/ar_lazy_preload/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module ArLazyPreload
VERSION = "0.2.6"
VERSION = "0.2.7"
end

0 comments on commit a0c5bda

Please sign in to comment.