README.md in splunk-client-0.6.1 vs README.md in splunk-client-0.7.0

- old
+ new

@@ -48,21 +48,39 @@ `puts result[0].fieldName` ## Revision History +#### 0.7 + +* Added alias support for raw field +* Added test cases for all Splunk meta fields + #### 0.6 + * Added two new objects: SplunkResults and SplunkResult for to support: * Accessing Splunk fields via method calls - `search.parsedResults.each {|result| puts result.$$FIELD_NAME$$}` + search.parsedResults.each {|result| puts result.$$FIELD_NAME$$} #### 0.5 WARNING: Compatibility with prior versions will break as SplunkClient no longer returns a sid. It now returns a SplunkJob object. * Separated SplunkClient and SplunkJob into two separate objects. #### 0.1 + * Initial Release + + +## Versioning + +As of 0.5, this software uses [Semantic Versioning](http://semver.org/). Basically, this means that any given minor release number is backwards compatible. Patch releases are just that, and major releases **may** break compatibility. + +If you contribute to this software, and I hope you do, please leave the VERSION file alone. Alternatively, update the VERSION file in a commit on it's own, so that we can cherry-pick around it when merging code. + +# License + +This software is released under the MIT License (ref: LICENSE) \ No newline at end of file