Skip to content

Commit

Permalink
release v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdecaf committed May 25, 2022
1 parent 3853662 commit 34fe389
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## v0.8.0 (Released 2022-05-25)

ADDITIONS

- feat: add clearbit logos in responses when configured
- feat: normalize FRB names prior to clearbit search

IMPROVEMENTS

- fix: improve name search by using cleaned name
- refactor: cleanup duplicate code in search logic

BUILD

- build: update codeql action
- build(deps): bump nokogiri from 1.13.4 to 1.13.6 in /docs

## v0.7.4 (Released 2022-05-18)

BUILD
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
package fed

// Version is the current version
const Version = "v0.7.4"
const Version = "v0.8.0"

0 comments on commit 34fe389

Please sign in to comment.