Skip to content

Commit

Permalink
chore: added changelog for v1.34.0
Browse files Browse the repository at this point in the history
  • Loading branch information
helloanoop committed Oct 24, 2024
1 parent c3702ec commit 8fe58e1
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions src/pages/changelog.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,39 @@ const sectionConfig = {

const Changelog = () => {
const releases = [
{
version: "v1.34.0",
date: "24 Oct 2024",
newFeature: [
"Support for importing multiple collections at once",
"Upgrade libraries based on recomendations by dependabot",
"Import folder and collection level scripts from Postman"
],
bugfixes: [
"Fixed global environment UI issues",
"Added global environment variables to the active collection",
"Resolved HTTPS agent request fields issue when proxy settings are disabled"
],
githubLink: "https://github.com/usebruno/bruno/releases/tag/v1.34.0",
},
{
version: "v1.33.1",
date: "15 Oct 2024",
bugfixes: [
"Fixed failing import of Insomnia collection when username/password in auth is null",
"Created default environments on OpenAPI import using server URL",
"Fixed Date Handling in Insomnia Collection Import"
],
githubLink: "https://github.com/usebruno/bruno/releases/tag/v1.33.1",
},
{
version: "v1.33.0",
date: "15 Oct 2024",
newFeature: [
"Global Environments Support"
],
githubLink: "https://github.com/usebruno/bruno/releases/tag/v1.33.0",
},
{
version: "v1.32.0",
date: "1 Oct 2024",
Expand Down

0 comments on commit 8fe58e1

Please sign in to comment.