CHANGELOG.md in airports-1.2.0 vs CHANGELOG.md in airports-1.3.0
- old
+ new
@@ -1,8 +1,12 @@
+# v1.3.0 (26 June 2019)
+
+ * Expose the time zone that an airport is located in with `#tz_name` (@gabebw)
+
# v1.2.0 (11 March 2018)
* Drop support for Ruby 2.2, which has reached end-of-life and no longer receives security updates (@timrogers)
* Enforce code style using Rubocop (@timrogers)
# v1.1.0 (11 March 2018)
-* Add new `.find_by_icao_code` for finding airports by their ICAO code (@ryanburnett)
+* Add new `.find_by_icao_code` for finding airports by their ICAO code (@ryanburnette)