CHANGELOG.md in active_shotgun-0.0.3 vs CHANGELOG.md in active_shotgun-0.0.4
- old
+ new
@@ -4,10 +4,15 @@
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]
+## [0.0.4] - 2020-12-17
+### Added
+- count and size
+- support for belongs_to and has_many
+
## [0.0.3] - 2020-12-16
### Added
- First version of AR complient queries. Supports:
- find
- first(number)
@@ -40,10 +45,11 @@
## [0.0.1] - 2020-12-16
### Added
- Gem init
-[Unreleased]: https://github.com/zaratan/active_shotgun/compare/v0.0.3...HEAD
+[Unreleased]: https://github.com/zaratan/active_shotgun/compare/v0.0.4...HEAD
+[0.0.4]: https://github.com/zaratan/active_shotgun/releases/tag/v0.0.4
[0.0.3]: https://github.com/zaratan/active_shotgun/releases/tag/v0.0.3
[0.0.2.1]: https://github.com/zaratan/active_shotgun/releases/tag/v0.0.2.1
[0.0.2]: https://github.com/zaratan/active_shotgun/releases/tag/v0.0.2
[0.0.1]: https://github.com/zaratan/active_shotgun/releases/tag/v0.0.1