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

# Release Notes

> Stay up to date with the latest changes across GBG products

<div className="rn-landing">
  <div className="rn-hero">
    <div className="rn-grid-bg">
      <div className="rn-grid-h" />

      <div className="rn-grid-v" />

      <div className="bg-decoration circle-1" />

      <div className="bg-decoration circle-2" />
    </div>

    <div className="rn-hero-inner">
      <div className="rn-hero-content">
        <h1>Welcome to GBG release notes</h1>

        <p>
          Track the latest updates, improvements, and fixes across GBG products. Select a product below to view its release history.
        </p>
      </div>

      <div className="rn-hero-graphic">
        <svg className="accent-shape" width="200" height="200" viewBox="0 0 264 265" fill="none" xmlns="http://www.w3.org/2000/svg">
          <path d="M0.777497 77.492V11.4989C0.777497 5.8637 5.3912 1.25 11.0264 1.25H253.001C258.636 1.25 263.25 5.8637 263.25 11.4989V58.134C263.25 60.8919 262.128 63.4581 260.273 65.4201C260.271 65.4225 260.268 65.425 260.266 65.4274L214.195 111.498C210.319 115.374 213.058 122.127 218.575 122.127H253.001C258.627 122.127 263.25 126.841 263.25 132.486V253.474C263.25 259.109 258.636 263.723 253.001 263.723H187.008C181.373 263.723 176.759 259.109 176.759 253.474V163.943C176.759 158.333 170.013 155.562 166.126 159.567C166.124 159.569 166.123 159.57 166.121 159.572L64.9404 260.753C60.9437 264.749 54.4893 264.749 50.4926 260.753L3.7475 214.007C-0.249165 210.011 -0.249165 203.556 3.7475 199.56L104.937 98.3702C108.813 94.4946 106.074 87.7409 100.557 87.7409H11.0264C5.3912 87.7409 0.777497 83.1272 0.777497 77.492Z" fill="#4D4DFF" stroke="white" strokeWidth="1.5" />
        </svg>
      </div>
    </div>
  </div>

  <div className="rn-cards">
    <a href="/docs/go-v2/release-note/release-note" className="rn-card rn-card-primary">
      <div className="rn-card-content">
        <div className="rn-card-icon" />

        <h2>GBG GO</h2>
        <p>Platform updates, new features, API changes, and improvements to the GBG GO verification platform.</p>
        <span className="rn-card-link">View release notes →</span>
      </div>
    </a>

    <div className="rn-cards-secondary">
      <a href="/docs/go-v2/release-note/release-note-assureid-choice" className="rn-card rn-card-secondary">
        <div className="rn-card-content">
          <div className="rn-card-icon-sm rn-icon-assureid" />

          <h3>AssureID</h3>
          <p>Document authentication and identity verification updates.</p>
          <span className="rn-card-link-sm">View release notes →</span>
        </div>
      </a>

      <a href="/docs/go-v2/release-note/release-note-idscan-choice" className="rn-card rn-card-secondary">
        <div className="rn-card-content">
          <div className="rn-card-icon-sm rn-icon-idscan" />

          <h3>IDscan</h3>
          <p>ID scanning and document capture technology updates.</p>
          <span className="rn-card-link-sm">View release notes →</span>
        </div>
      </a>
    </div>
  </div>
</div>
