Skip to content

Commit

Permalink
Bump to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Nicklas committed Jul 17, 2017
1 parent ba1317e commit ea1435d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [1.0.3] - 2017-07-17

### Changed

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

## 1.0.2 (2017-06-12)
## 1.0.2 - 2017-06-12

### Fixed

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

[Unreleased]: https://github.com/OSC/ood_appkit/compare/v1.0.2...HEAD
[Unreleased]: https://github.com/OSC/ood_appkit/compare/v1.0.3...HEAD
[1.0.3]: https://github.com/OSC/ood_appkit/compare/v1.0.2...v1.0.3
2 changes: 1 addition & 1 deletion lib/ood_appkit/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module OodAppkit
# The current version of OodAppkit
VERSION = "1.0.2"
VERSION = "1.0.3"
end

0 comments on commit ea1435d

Please sign in to comment.