Skip to content

Commit d40498d

Browse files
version bump, update changelog
1 parent c765c46 commit d40498d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

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+
510
## [0.6.1] - 2015-11-28
611
### Fixed
712
- typo in topic_posts method

lib/discourse_api/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module DiscourseApi
2-
VERSION = "0.6.1"
2+
VERSION = "0.6.2"
33
end

0 commit comments

Comments
 (0)