We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c7c6cc commit 3d49d9cCopy full SHA for 3d49d9c
CHANGELOG.md
@@ -1,6 +1,6 @@
1
-## Development
+## 0.6.0 (August 6, 2020)
2
3
-[Full Changelog](https://github.com/RadiusNetworks/radius-spec/compare/v0.5.0...master)
+[Full Changelog](https://github.com/RadiusNetworks/radius-spec/compare/v0.5.0...v0.6.0)
4
5
### Enhancements
6
@@ -13,7 +13,7 @@
13
14
### Bug Fixes
15
16
-- TODO
+None
17
18
19
## 0.5.0 (September 26, 2018)
lib/radius/spec/version.rb
@@ -2,6 +2,6 @@
module Radius
module Spec
- VERSION = "0.6.pre"
+ VERSION = "0.6.0"
end
7
0 commit comments