From f99d44077c2d4913aed759cb79451bf55fb21387 Mon Sep 17 00:00:00 2001 From: LaunchDarklyReleaseBot Date: Mon, 29 Aug 2022 20:12:10 +0000 Subject: [PATCH] Releasing version 3.0.0 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24e5306..0991dbc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ All notable changes to the project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org). +## [3.0.0] - 2022-08-29 +This release drops compatibility with Go 1.17 and below, and changes the import path from `github.com/launchdarkly/go-jsonstream/v2` to `github.com/launchdarkly/go-jsonstream/v3`. There are no other changes. + ## [2.0.0] - 2022-03-18 This release drops compatibility with Go 1.15 and below, and changes the import path from `gopkg.in/launchdarkly/go-jsonstream.v1` to `github.com/launchdarkly/go-jsonstream/v2`. There are no functional changes.