diff --git a/CHANGELOG.md b/CHANGELOG.md
index d93f631d7..5abc7c7a7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,10 +6,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
-## [0.3.22] - 2024.08.30
+## [0.3.23] - 2024.08.30
### Added
- Sections in Help for different kinds of users
- Discovery page parameters so that links with search text work
+- Message when no projects are found
## [0.3.21] - 2024.08.24
diff --git a/package-lock.json b/package-lock.json
index 4f1218115..5bf2bced2 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "TimeSafari",
- "version": "0.3.22",
+ "version": "0.3.23",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "TimeSafari",
- "version": "0.3.22",
+ "version": "0.3.23",
"dependencies": {
"@dicebear/collection": "^5.4.1",
"@dicebear/core": "^5.4.1",
diff --git a/package.json b/package.json
index 343d29d23..38a832598 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "TimeSafari",
- "version": "0.3.22",
+ "version": "0.3.23",
"scripts": {
"dev": "vite",
"serve": "vite preview",
diff --git a/src/views/DiscoverView.vue b/src/views/DiscoverView.vue
index 0d8d72b2b..c6d0a630e 100644
--- a/src/views/DiscoverView.vue
+++ b/src/views/DiscoverView.vue
@@ -93,6 +93,12 @@
>
+ No projects were found with that search. + Try looking Anywhere. +
+