diff --git a/CHANGE-LOG.md b/CHANGE-LOG.md
index c66c8606..3bd007d3 100644
--- a/CHANGE-LOG.md
+++ b/CHANGE-LOG.md
@@ -1,5 +1,8 @@
# Change Log for Raygun.Aspire.Hosting.Ollama
+### v1.1.0
+- Exposed the ModelName property so that it can be accessed by other resources. (Credit to aaronpowell)
+
### v1.0.0
- Initial release!
- References the Ollama Docker container and downloads an LLM on initial startup.
\ No newline at end of file
diff --git a/src/Raygun.Aspire.Hosting.Ollama/Raygun.Aspire.Hosting.Ollama.csproj b/src/Raygun.Aspire.Hosting.Ollama/Raygun.Aspire.Hosting.Ollama.csproj
index 211cf416..e0d7efbb 100644
--- a/src/Raygun.Aspire.Hosting.Ollama/Raygun.Aspire.Hosting.Ollama.csproj
+++ b/src/Raygun.Aspire.Hosting.Ollama/Raygun.Aspire.Hosting.Ollama.csproj
@@ -19,7 +19,7 @@
https://github.com/MindscapeHQ/Raygun.Aspire.Hosting.Ollama
git
false
- 1.0.0
+ 1.1.0