From 9dc4df04d0d1c39369750a9f6c32c39560672089 Mon Sep 17 00:00:00 2001
From: Abhinav Gupta <abg@uber.com>
Date: Tue, 29 Oct 2019 15:13:04 -0700
Subject: [PATCH] Preparing release v1.5.0 (#58)

---
 CHANGELOG.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 809f94e..a88b023 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,7 +4,7 @@ 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.5.0] - 2019-10-29
 ### Changed
 - With Go modules, only the `go.uber.org/atomic` import path is supported now.
   If you need to use the old import path, please add a `replace` directive to
@@ -44,6 +44,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 - Initial release.
 
+[1.4.0]: https://github.com/uber-go/atomic/compare/v1.4.0...v1.5.0
 [1.4.0]: https://github.com/uber-go/atomic/compare/v1.3.2...v1.4.0
 [1.3.2]: https://github.com/uber-go/atomic/compare/v1.3.1...v1.3.2
 [1.3.1]: https://github.com/uber-go/atomic/compare/v1.3.0...v1.3.1