Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
joshua-goldstein authored Feb 24, 2023
1 parent 4ee7714 commit 946439a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).

## [3.3.0] - 2022-02-23
## [4.0.0] - 2022-02-24

This minor release fixes a bug in the maxHeaderSize parameter that could lead
This release fixes a bug in the maxHeaderSize parameter that could lead
to panics. We introduce an external magic number to keep track of external
dependencies. We bump up the minimum required Go version to 1.19. No changes
were made to the format of data on disk.
were made to the format of data on disk. This is a major release because
we are making a switch to SemVer in order to make it easier for the community
to understand when breaking API and data format changes are made.

### Fixed
- fix: update maxHeaderSize #1877
Expand Down

0 comments on commit 946439a

Please sign in to comment.