CHANGELOG.md in rails_sql_counter-0.1.1 vs CHANGELOG.md in rails_sql_counter-0.2.0
- old
+ new
@@ -2,10 +2,23 @@
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]
+## [0.2.0] - 2021-08-25
+
+### Added
+- `.profile` method has been added
+- ActiveSupport has been added as explicit dependency
+
+### Changed
+- `.end` doesn't reset the counter
+- `.process` has been redeclared as private member
+
+## [0.1.1] - 2021-08-18
+
+### Fixed
+- Clean subscriber after end
## [0.1.0] - 2021-08-17
### Added
- First version