Commit ea1435d Jeremy Nicklas
committed
1 parent ba1317e commit ea1435d Copy full SHA for ea1435d
File tree 2 files changed +6
-3
lines changed
2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 1.0.3] - 2017-07-17
11
+
10
12
### Changed
11
13
12
14
- Changed the ` CHANGELOG.md ` formatting.
@@ -16,7 +18,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
16
18
- Loosened up version requirements on ` ood_core ` to better follow semantic
17
19
versioning.
18
20
19
- ## 1.0.2 ( 2017-06-12)
21
+ ## 1.0.2 - 2017-06-12
20
22
21
23
### Fixed
22
24
@@ -28,4 +30,5 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
28
30
- Security fix: Cookies are kept within the Passenger app's base URI now.
29
31
[ #42 ] ( https://github.com/OSC/ood_appkit/pull/42 )
30
32
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
Original file line number Diff line number Diff line change 1
1
module OodAppkit
2
2
# The current version of OodAppkit
3
- VERSION = "1.0.2 "
3
+ VERSION = "1.0.3 "
4
4
end
You can’t perform that action at this time.
0 commit comments