Skip to content

Commit ea1435d

Browse files
author
Jeremy Nicklas
committed
Bump to 1.0.3
1 parent ba1317e commit ea1435d

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

10+
## [1.0.3] - 2017-07-17
11+
1012
### Changed
1113

1214
- Changed the `CHANGELOG.md` formatting.
@@ -16,7 +18,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1618
- Loosened up version requirements on `ood_core` to better follow semantic
1719
versioning.
1820

19-
## 1.0.2 (2017-06-12)
21+
## 1.0.2 - 2017-06-12
2022

2123
### Fixed
2224

@@ -28,4 +30,5 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2830
- Security fix: Cookies are kept within the Passenger app's base URI now.
2931
[#42](https://github.com/OSC/ood_appkit/pull/42)
3032

31-
[Unreleased]: https://github.com/OSC/ood_appkit/compare/v1.0.2...HEAD
33+
[Unreleased]: https://github.com/OSC/ood_appkit/compare/v1.0.3...HEAD
34+
[1.0.3]: https://github.com/OSC/ood_appkit/compare/v1.0.2...v1.0.3

lib/ood_appkit/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
module OodAppkit
22
# The current version of OodAppkit
3-
VERSION = "1.0.2"
3+
VERSION = "1.0.3"
44
end

0 commit comments

Comments
 (0)