diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..b10ac72 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,6 @@ +fcc changelog + +## [1.3.0](https://github.com/jkeen/fcc/compare/v1.3.0...v1.2.1) (2022-07-10) + +- Combine data from multiple sources to get a full picture of the station data (transition api, public api, LMS csv files) +- Now includes related transmitters, repeaters, low power stations, etc \ No newline at end of file diff --git a/Gemfile.lock b/Gemfile.lock index dba9ea3..99db0db 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - fcc (1.2.1) + fcc (1.3.0) activesupport (>= 6.1) httparty (~> 0.18) lightly (~> 0.3.3) diff --git a/lib/version.rb b/lib/version.rb index c3e9077..6a65e06 100644 --- a/lib/version.rb +++ b/lib/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module FCC - VERSION = '1.2.1' + VERSION = '1.3.0' end