We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3853662 commit 34fe389Copy full SHA for 34fe389
CHANGELOG.md
@@ -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
18
## v0.7.4 (Released 2022-05-18)
19
20
BUILD
version.go
@@ -5,4 +5,4 @@
package fed
// Version is the current version
-const Version = "v0.7.4"
+const Version = "v0.8.0"
0 commit comments