We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c765c46 commit d40498dCopy full SHA for d40498d
CHANGELOG.md
@@ -2,6 +2,11 @@
2
All notable changes to this project will be documented in this file.
3
This project adheres to [Semantic Versioning](http://semver.org/).
4
5
+## [0.6.2] - 2015-12-02
6
+### Fixed
7
+- `API::Params` will not work correctly when both optional and defaults are
8
+ specified
9
+
10
## [0.6.1] - 2015-11-28
11
### Fixed
12
- typo in topic_posts method
lib/discourse_api/version.rb
@@ -1,3 +1,3 @@
1
module DiscourseApi
- VERSION = "0.6.1"
+ VERSION = "0.6.2"
end
0 commit comments