Https://www.home-assistant.io/version.json not updated?

https://www.home-assistant.io/version.json

used in my sensor

  - platform: rest
    name: Ha available version
    resource: https://www.home-assistant.io/version.json
    value_template: >
      {{value_json.current_version}}
    json_attributes:
##      - current_version
      - release_date
      - release_notes
      - release_notes_path
      - release_title
      - release_description
      - patch_version_notes
      - root_url
      - semantic_version
    scan_interval: 3600

wasn’t updated somehow, is this no longer used, or simply lagging. Has been the most reliable and efficient source for versions up to now, hope this is a fluke?

{
  "current_version": "0.109.5",
  "release_date": "2020-05-06T00:00:00+00:00",
  "release_notes": "https://www.home-assistant.io/blog/2020/04/29/release-109/",
  "release_notes_path": "/blog/2020/04/29/release-109/",
  "release_title": "0.109: New integrations page and weather card, frontend lost weight.",
  "release_description": "0.109: New integrations page and weather card, the frontend lost some weight and a new detection for integrations causing performance issues.",
  "patch_version_notes": "",
  "root_url": "https://www.home-assistant.io",
  "semantic_version": {
    "major": 0,
    "minor": 109,
    "patch": 5
  }
}