diff --git a/changelog.md b/changelog.md
index 717322b..551671f 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,5 +1,15 @@
# Changelog
+## 2024-12-11 - 1.5.0 - feat(UI)
+Added 'Learn more about idp.global' button
+
+- Added a new button for learning more about idp.global in the welcome component
+
+## 2024-12-11 - 1.5.0 - feat(UI)
+Added 'Learn more about idp.global' button
+
+- Added a new button for learning more about idp.global in the welcome component
+
## 2024-10-12 - 1.4.2 - fix(UI)
Improve text rendering in account navigation.
diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts
index 58c4d1f..a0ee570 100644
--- a/ts/00_commitinfo_data.ts
+++ b/ts/00_commitinfo_data.ts
@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@idp.global/idp.global',
- version: '1.4.2',
+ version: '1.5.0',
description: 'An identity provider software managing user authentications, registrations, and sessions.'
}
diff --git a/ts_web/00_commitinfo_data.ts b/ts_web/00_commitinfo_data.ts
index 58c4d1f..a0ee570 100644
--- a/ts_web/00_commitinfo_data.ts
+++ b/ts_web/00_commitinfo_data.ts
@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@idp.global/idp.global',
- version: '1.4.2',
+ version: '1.5.0',
description: 'An identity provider software managing user authentications, registrations, and sessions.'
}
diff --git a/ts_web/elements/idp-welcome.ts b/ts_web/elements/idp-welcome.ts
index 2fdefa9..283ea16 100644
--- a/ts_web/elements/idp-welcome.ts
+++ b/ts_web/elements/idp-welcome.ts
@@ -99,6 +99,7 @@ export class IdpWelcome extends DeesElement {
>
`;
})}
+ {}}>Learn more about idp.global
{}}>Open Developer Dashboard
{