We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d590e5 commit 12300a7Copy full SHA for 12300a7
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## v0.2.0 (???)
+## v0.2.0 (19th April 2015)
4
- support basic auth
5
- Add header's to response object
6
- fix memory leaks related to curl cleanup
include/restclient-cpp/meta.h
@@ -7,7 +7,7 @@
7
#ifndef INCLUDE_META_H_
8
#define INCLUDE_META_H_
9
10
-// version string normally set from makefile
11
-#define VERSION "0.1.2"
+// version string
+#define VERSION "0.2.0"
12
13
#endif // INCLUDE_META_H_
0 commit comments