Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CHANGELOG.md #7448

Merged
merged 1 commit into from
May 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,27 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [core@9.3.0-beta.0] - 2024-05-23

## What's Changed

* copy changelog from release notes by @jackkav in https://github.com/Kong/insomnia/pull/7410
* can navigate to folder and inherit auth by @jackkav in https://github.com/Kong/insomnia/pull/7353
* feat(Auth screen): Improve copy and add animation by @gatzjames in https://github.com/Kong/insomnia/pull/7429
* fix(Sync): Display errors on sync branches modal by @gatzjames in https://github.com/Kong/insomnia/pull/7433
* fix(Mock Server): Enable auto-push for mock servers by @gatzjames in https://github.com/Kong/insomnia/pull/7434
* fix(CodeEditor): UI alignment in toolbar/filter dialog by @gatzjames in https://github.com/Kong/insomnia/pull/7436
* disable context menu override by @jackkav in https://github.com/Kong/insomnia/pull/7431
* fix: init the hidden window when renderers are reloaded by @ihexxa in https://github.com/Kong/insomnia/pull/7428
* disable find in one line editor by @jackkav in https://github.com/Kong/insomnia/pull/7442
* feat: folder inheritance headers by @jackkav in https://github.com/Kong/insomnia/pull/7437
* fix: unhandled typerror [no-ticket] by @filfreire in https://github.com/Kong/insomnia/pull/7444
* bump libcurl by @jackkav in https://github.com/Kong/insomnia/pull/7443
* feat: enable major features of the after-response script by @ihexxa in https://github.com/Kong/insomnia/pull/7411


**Full Changelog**: https://github.com/Kong/insomnia/compare/core@9.2.0...core@9.3.0-beta.0

## [core@9.2.0] - 2024-05-15

## What's Changed
Expand Down
Loading