Skip to content

Commit 34fe389

Browse files
committed
release v0.8.0
1 parent 3853662 commit 34fe389

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## v0.8.0 (Released 2022-05-25)
2+
3+
ADDITIONS
4+
5+
- feat: add clearbit logos in responses when configured
6+
- feat: normalize FRB names prior to clearbit search
7+
8+
IMPROVEMENTS
9+
10+
- fix: improve name search by using cleaned name
11+
- refactor: cleanup duplicate code in search logic
12+
13+
BUILD
14+
15+
- build: update codeql action
16+
- build(deps): bump nokogiri from 1.13.4 to 1.13.6 in /docs
17+
118
## v0.7.4 (Released 2022-05-18)
219

320
BUILD

version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
package fed
66

77
// Version is the current version
8-
const Version = "v0.7.4"
8+
const Version = "v0.8.0"

0 commit comments

Comments
 (0)