Skip to content

Commit 12cdf46

Browse files
committed
Release version 0.2.1
[Full Changelog](v0.2.0...v0.2.1) Bug Fixes --------- - Fix warning about overriding parameter (Aaron Kromer, #4)
1 parent dbb13c6 commit 12cdf46

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

CHANGELOG.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
1-
## Development
1+
## 0.2.1 (May 17, 2018)
22

3-
[Full Changelog](https://github.com/RadiusNetworks/radius-spec/compare/v0.2.0...master)
4-
5-
### Enhancements
6-
7-
- TODO
3+
[Full Changelog](https://github.com/RadiusNetworks/radius-spec/compare/v0.2.0...v0.2.1)
84

95
### Bug Fixes
106

lib/radius/spec/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module Radius
44
module Spec
5-
VERSION = "0.3.pre"
5+
VERSION = "0.2.1"
66
end
77
end

0 commit comments

Comments
 (0)