Skip to content

Commit

Permalink
changelog: v1.30.1
Browse files Browse the repository at this point in the history
  • Loading branch information
helloanoop committed Sep 22, 2024
1 parent d92213d commit bc4e908
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/pages/changelog.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@ const sectionConfig = {

const Changelog = () => {
const releases = [
{
version: "v1.30.1",
date: "22 Sep 2024",
bugfixes: [
"Fixed broken postman import",
],
githubLink: "https://github.com/usebruno/bruno/releases/tag/v1.30.1",
},
{
version: "v1.30.0",
date: "21 Sep 2024",
Expand Down

0 comments on commit bc4e908

Please sign in to comment.