diff --git a/openmetadata-ui/src/main/resources/ui/src/components/Modals/WhatsNewModal/whatsNewData.ts b/openmetadata-ui/src/main/resources/ui/src/components/Modals/WhatsNewModal/whatsNewData.ts index d2bd8e1a7b43..b4770862c879 100644 --- a/openmetadata-ui/src/main/resources/ui/src/components/Modals/WhatsNewModal/whatsNewData.ts +++ b/openmetadata-ui/src/main/resources/ui/src/components/Modals/WhatsNewModal/whatsNewData.ts @@ -21,9 +21,9 @@ import profilerConfigPage from '../../../assets/img/profilerConfigPage.png'; import tagCategoryImg from '../../../assets/img/TagCategory.png'; import collateIcon from '../../../assets/svg/ic-collate.svg'; -export const LATEST_VERSION_ID = 28; +export const LATEST_VERSION_ID = 29; -export const COOKIE_VERSION = 'VERSION_1_4_3'; // To be changed with each release. +export const COOKIE_VERSION = 'VERSION_1_4_4'; // To be changed with each release. // for youtube video make isImage = false and path = {video embed id} // embed:- youtube video => share => click on embed and take {url with id} from it @@ -1774,4 +1774,17 @@ API: - Fixed vulnerabilities for azure-identity and msal4j.`, }, }, + { + id: 29, + version: 'v1.4.4', + description: `Released on 26th June 2024.`, + features: [], + changeLogs: { + Improvements: `- Introduced SSL for Salesforce. +- Fixed the claim mappings and usernames. +- Fixed issues in Salesforce connector. +- FIxed issues in Alation connector. +- Verified for changes in new env for claim mapping.`, + }, + }, ];