Skip to content

Commit

Permalink
chore: updated changelog for version v1.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
helloanoop committed Sep 21, 2024
1 parent 9288bb7 commit 86e8814
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/pages/changelog.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,19 @@ const sectionConfig = {

const Changelog = () => {
const releases = [
{
version: "v1.30.0",
date: "21 Sep 2024",
newFeature: [
"Added API key authentication support",
"Generate code button in query URL bar"
],
bugfixes: [
"Fixed accessibility issue in side bar's footer",
"Improved response data handling for query result view",
],
githubLink: "https://github.com/usebruno/bruno/releases/tag/v1.30.0",
},
{
version: "v1.29.1",
date: "19 Sep 2024",
Expand Down

0 comments on commit 86e8814

Please sign in to comment.