Skip to content

Commit 019e66d

Browse files
committed
Update change log for 1.3.1
1 parent a3877e4 commit 019e66d

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ Change Log
44
All notable changes to this project will be documented in this file.
55
This project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## [v1.3.1] - 2018-03-10
8+
9+
### Fixed
10+
11+
- Adding additional locking during message delivery to prevent race condition
12+
that could lose messages.
13+
14+
715
## [v1.3.0] - 2018-02-28
816

917
### Added
@@ -13,6 +21,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1321
### Changed
1422
- Reverse message display sort order in the UI; now newest first.
1523

24+
1625
## [v1.2.0] - 2017-12-27
1726

1827
### Changed
@@ -31,6 +40,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
3140
types
3241
- Fixed panic when `monitor.history` set to 0
3342

43+
3444
## [v1.2.0-rc1] - 2017-01-29
3545

3646
### Added
@@ -57,6 +67,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
5767
- Allow increased local-part length of 128 chars for Mailgun
5868
- RedHat and Ubuntu now use systemd instead of legacy init systems
5969

70+
6071
## [v1.1.0] - 2016-09-03
6172

6273
### Added
@@ -65,6 +76,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
6576
### Fixed
6677
- Log and continue when unable to delete oldest message during cap enforcement
6778

79+
6880
## [v1.1.0-rc2] - 2016-03-06
6981

7082
### Added
@@ -75,6 +87,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
7587
- Shutdown hang in retention scanner
7688
- Display empty subject as `(No Subject)`
7789

90+
7891
## [v1.1.0-rc1] - 2016-03-04
7992

8093
### Added
@@ -89,6 +102,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
89102
- RESTful API moved to `/api/v1` base URI
90103
- More graceful shutdown on Ctrl-C or when errors encountered
91104

105+
92106
## [v1.0] - 2014-04-14
93107

94108
### Added
@@ -98,6 +112,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
98112
specific message.
99113

100114
[Unreleased]: https://github.com/jhillyerd/inbucket/compare/master...develop
115+
[v1.3.1]: https://github.com/jhillyerd/inbucket/compare/v1.3.0...v1.3.1
101116
[v1.3.0]: https://github.com/jhillyerd/inbucket/compare/v1.2.0...v1.3.0
102117
[v1.2.0]: https://github.com/jhillyerd/inbucket/compare/1.2.0-rc2...1.2.0
103118
[v1.2.0-rc2]: https://github.com/jhillyerd/inbucket/compare/1.2.0-rc1...1.2.0-rc2

0 commit comments

Comments
 (0)