Skip to content

Commit

Permalink
Bump version update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jkeen committed Jul 12, 2022
1 parent b8c6702 commit bb3415c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion lib/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module FCC
VERSION = '1.2.1'
VERSION = '1.3.0'
end

0 comments on commit bb3415c

Please sign in to comment.