CHANGELOG.md in authtrail-0.2.0 vs CHANGELOG.md in authtrail-0.2.1
- old
+ new
@@ -1,23 +1,27 @@
-## 0.2.0
+## 0.2.1 (2020-08-17)
+- Added `job_queue` option
+
+## 0.2.0 (2019-06-23)
+
- Added latitude and longitude
- `AuthTrail::GeocodeJob` now inherits from `ActiveJob::Base` instead of `ApplicationJob`
- Removed support for Rails 4.2
-## 0.1.3
+## 0.1.3 (2018-09-27)
- Added support for Rails 4.2
-## 0.1.2
+## 0.1.2 (2018-07-30)
- Added `identity_method` option
- Fixed geocoding
-## 0.1.1
+## 0.1.1 (2018-07-13)
- Improved strategy detection for failures
- Fixed migration for MySQL
-## 0.1.0
+## 0.1.0 (2017-11-07)
- First release