Skip to content

Commit

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

const Changelog = () => {
const releases = [
{
version: "v1.29.1",
date: "19 Sep 2024",
bugfixes: [
"Fixed OAuth2 authentication that was broken",
"Fixed app crash when primitive values were returned with application/json content-type",
"Fixed security vulnerabilities in markdown docs viewer",
"Improved how the URL values are transformed in Postman export",
],
githubLink: "https://github.com/usebruno/bruno/releases/tag/v1.29.1",
},
{
version: "v1.29.0",
date: "17 Sep 2024",
Expand Down

0 comments on commit 9817332

Please sign in to comment.