diff --git a/CHANGELOG.md b/CHANGELOG.md index 503c969..7f3d262 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [Unreleased] + +### Added + +- Add the Library logo generated with to README.md + ## [1.0.5] 2024-04-20 ### Added diff --git a/README.md b/README.md index e989210..d21aa98 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# BayesNet +# logo BayesNet ![C++](https://img.shields.io/badge/c++-%2300599C.svg?style=flat&logo=c%2B%2B&logoColor=white) [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)]() diff --git a/logo.png b/logo.png new file mode 100644 index 0000000..662f5cc Binary files /dev/null and b/logo.png differ