Fastfetch not shows Fedora small logo

After an update, I noticed that fastfetch no longer includes the small Fedora logo; in fact, it now only includes logos from the Red Hat family. Is anyone else experiencing this issue?

Here is my list of available logos and the fastfetch version:

$ fastfetch --list-logos 
Builtin logos:
1)  "Almalinux" 
2)  "CentOS" 
3)  "CentOS_small" 
4)  "Fedora" 
5)  "miraclelinux" 
6)  "oracle" "oracle linux" "oracle linux server" 
7)  "rhel" "redhat" 
8)  "rhel_small" "redhat_small" 
9)  "rhel_old" "redhat_old" 
10) "rocky" 
11) "rocky_small" 

Custom logos:
$ dnf info fastfetch
Updating and loading repositories:
Repositories loaded.
Installed packages
Name            : fastfetch
Epoch           : 0
Version         : 2.65.2
Release         : 1.fc44
Architecture    : x86_64
Installed size  : 1.5 MiB
Source          : fastfetch-2.65.2-1.fc44.src.rpm
From repository : updates
Summary         : Fast neofetch-like system information tool
URL             : https://github.com/fastfetch-cli/fastfetch
License         : MIT
Description     : fastfetch is a neofetch-like tool for fetching system information and
                : displaying them in a pretty way. It is written in c to achieve much better
                : performance, in return only Linux and Android are supported. It also uses
                : mechanisms like multithreading and caching to finish as fast as possible.
Vendor          : Fedora Project

The logo I call in my .bashrc is “Fedora_small”, but it is no longer available.

There’s an update ..
sudo dnf upgrade --refresh fastfetch

It works with the new release. Thank you for your support!