> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cinder.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Changelog

> Product updates and announcements

export const RedirectToRecentChangelog = () => {
  useEffect(() => {
    const href = document.body.querySelector("#content-area [href]");
    if (href) {
      window.location.href = href;
    }
  }, []);
  return null;
};

Getting most recent changelog, this will only take a moment...

<RedirectToRecentChangelog />
