diff --git a/_gitops/whats-new/changelog.md b/_gitops/whats-new/changelog.md index ecd04d718..1fb23fa97 100644 --- a/_gitops/whats-new/changelog.md +++ b/_gitops/whats-new/changelog.md @@ -9,11 +9,12 @@ If you missed any of our previous online announcements, you can find the latest > To subscribe to an RSS / Atom feed for our SaaS release notes, please [click here]({{ site.baseurl }}/changelog/gitops.xml). -{% assign posts_by_year = site.posts-gitops | group_by_exp: "post", "post.date | date: '%Y'" %} +{% assign posts_by_year = site.posts-gitops | group_by_exp: "post", "post.date | date: '%Y'" | reverse %} {% for year in posts_by_year %}

{{ year.name }}