From 7f3beef9c0f6675f57c005ee117316967e0f7d6d Mon Sep 17 00:00:00 2001 From: Abhinav Gupta Date: Thu, 15 Jul 2021 10:13:32 -0700 Subject: [PATCH] Prepare release v1.9.0 This prepares release v1.9.0 of go.uber.org/atomic. --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 79438c6..38f564e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,13 @@ 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). -## Unreleased +## [1.9.0] - 2021-07-15 ### Added - Add `Float64.Swap` to match int atomic operations. - Add `atomic.Time` type for atomic operations on `time.Time` values. +[1.9.0]: https://github.com/uber-go/atomic/compare/v1.8.0...v1.9.0 + ## [1.8.0] - 2021-06-09 ### Added - Add `atomic.Uintptr` type for atomic operations on `uintptr` values.