CHANGELOG.md in unwrappr-0.3.4 vs CHANGELOG.md in unwrappr-0.3.5
- old
+ new
@@ -4,10 +4,21 @@
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]
-[Unreleased]: https://github.com/envato/unwrappr/compare/v0.3.4...HEAD
+[Unreleased]: https://github.com/envato/unwrappr/compare/v0.3.5...HEAD
+
+## [0.3.5] 2019-11-28
+### Changed
+- ISO 8601 Date and time format for branch name ([#68])
+### Fixed
+- Changelog and source links in PR annotation are specific to the version
+ used in the project, not just the latest available on Rubygems.org ([#69]).
+
+[0.3.5]: https://github.com/envato/unwrappr/compare/v0.3.4...v0.3.5
+[#68]: https://github.com/envato/unwrappr/pull/68
+[#69]: https://github.com/envato/unwrappr/pull/69
## [0.3.4] 2019-10-24
### Fixed
- Fix failure to annotate gem change with '.' in its name ([#65]).