diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index f215a3d..a1961ec 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,3 +1,3 @@
 {
-    ".": "1.0.1"
+    ".": "1.1.0"
 }
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8180416..cd6bb0e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,19 @@
 # Changelog
 
+## [1.1.0](https://github.com/inclusive-design/standards.inclusivedesign.ca/compare/v1.0.1...v1.1.0) (2025-01-21)
+
+
+### Features
+
+* configure Crowdin (resolves [#88](https://github.com/inclusive-design/standards.inclusivedesign.ca/issues/88)) ([#104](https://github.com/inclusive-design/standards.inclusivedesign.ca/issues/104)) ([33525da](https://github.com/inclusive-design/standards.inclusivedesign.ca/commit/33525daba0d215a3c4c5b833a2dbaf12a88b248f))
+
+
+### Bug Fixes
+
+* banner max width issue ([#114](https://github.com/inclusive-design/standards.inclusivedesign.ca/issues/114)) ([e8919d2](https://github.com/inclusive-design/standards.inclusivedesign.ca/commit/e8919d2b50812ebc0098c8c85651cdf82cffdbed))
+* full bleed navigation background for project sidebar ([#124](https://github.com/inclusive-design/standards.inclusivedesign.ca/issues/124)) ([601073f](https://github.com/inclusive-design/standards.inclusivedesign.ca/commit/601073f9f356d4c07bf3f239e22e88639903055b))
+* resolve header style issues ([#115](https://github.com/inclusive-design/standards.inclusivedesign.ca/issues/115)) ([7c7fcae](https://github.com/inclusive-design/standards.inclusivedesign.ca/commit/7c7fcae02137cc96892128237f8c3bd1b47c53e3))
+
 ## [1.0.1](https://github.com/inclusive-design/standards.inclusivedesign.ca/compare/v1.0.0...v1.0.1) (2025-01-20)
 
 
diff --git a/package-lock.json b/package-lock.json
index 6948def..e30d8e8 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "standards.idrc.ocadu.ca",
-  "version": "1.0.1",
+  "version": "1.1.0",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "standards.idrc.ocadu.ca",
-      "version": "1.0.1",
+      "version": "1.1.0",
       "license": "BSD-3-Clause",
       "dependencies": {
         "@11ty/eleventy": "^3.0.0",
diff --git a/package.json b/package.json
index bbec85a..76f208a 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "standards.idrc.ocadu.ca",
-  "version": "1.0.1",
+  "version": "1.1.0",
   "description": "Website for IDRC standards development work.",
   "main": "eleventy.config.js",
   "type": "module",