From 34fe389ca557ab2652e9d635d9d9e2523cdd4d8c Mon Sep 17 00:00:00 2001 From: Adam Shannon Date: Wed, 25 May 2022 15:14:27 -0500 Subject: [PATCH] release v0.8.0 --- CHANGELOG.md | 17 +++++++++++++++++ version.go | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bef613c..10fa5e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/version.go b/version.go index 84c2250..049025c 100644 --- a/version.go +++ b/version.go @@ -5,4 +5,4 @@ package fed // Version is the current version -const Version = "v0.7.4" +const Version = "v0.8.0"