ribose 0.4.1 → 0.5.0

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG.adoc ADDED
@@ -0,0 +1,36 @@
1
+ == 0.5.0 (2021-12-30)
2
+
3
+ Features:
4
+
5
+ * Adopt changes for new API authentication
6
+ * Add support for ruby 3.0 and drop ruby 2.4
7
+
8
+ == 0.4.0 (2018-12-15)
9
+
10
+ Features:
11
+
12
+ * Add new interface to remove a user's space
13
+ * Add an interface to disconnect a connection
14
+ * Interface to create & download file version
15
+
16
+ Fixes:
17
+
18
+ * Fix the unknown file upload related issues
19
+
20
+ == 0.3.2 (2018-06-28)
21
+
22
+ Features:
23
+
24
+ * Add interface for calendar event resources
25
+ * Add interface for space category, file icon
26
+ * Add interface to fetch file version and etc.
27
+
28
+ Fixes:
29
+
30
+ * Fix file upload related error
31
+
32
+ == 0.2.0 (2017-11-30)
33
+
34
+ Features:
35
+
36
+ * Initial functional release.