Skip to content

Commit 128305a

Browse files
authored
2.2.0 (#518)
1 parent 3a6c509 commit 128305a

8 files changed

Lines changed: 44 additions & 2 deletions

File tree

docs-src/changelog.rst

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
22
Changelog
33
==============================================
44

5+
v2.2.0 (2019-09-25)
6+
-------------------
7+
**New Features**
8+
1. [WebClient] Adding new admin and remote files API methods. #501
9+
2. [WebClient] Adding new view API methods. #517
10+
11+
**Updates**
12+
1. [Message Builders] Update BlockAttachment to not send invalid JSON due to fields attribute #473 (Thanks @paul-griffith)
13+
2. [Docs] Add RTM section for docs v2 #477 (Thanks @shanedewael)
14+
3. [Docs] Fix typo; recieved -> received #478 (Thanks @joakimnordling)
15+
4. [Docs] Fix block kit link & update docs #484 (Thanks @clavin)
16+
5. [RTMClient] Return callback from `RTMClient.run_on` #490 (Thanks @clavin)
17+
6. [Docs] Fix link to Auth Guide in readme #498 (Thanks @asherf)
18+
7. [Docs] Fix missing word and typo #512 (Thanks @marks)
19+
8. [Message Builders] bugfix for value length in button elements #514 (Thanks @avanderm)
20+
9. [Docs] Fixes formatting #515 (Thanks @vpetersson)
21+
10. [Docs] Improve a code snippet on README #516 (Thanks @seratch)
22+
11. [WebClient] Fixed an OAuth Headers bug and made the `token` param optional. #517
23+
524
v2.1.0 (2019-07-01)
625
-------------------
726
**New Features**

docs/basic_usage.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@
162162
</ul>
163163
</li>
164164
<li class="toctree-l1"><a class="reference internal" href="changelog.html">Changelog</a><ul>
165+
<li class="toctree-l2"><a class="reference internal" href="changelog.html#v2-2-0-2019-09-25">v2.2.0 (2019-09-25)</a></li>
165166
<li class="toctree-l2"><a class="reference internal" href="changelog.html#v2-1-0-2019-07-01">v2.1.0 (2019-07-01)</a></li>
166167
<li class="toctree-l2"><a class="reference internal" href="changelog.html#v2-0-0-2019-04-29">v2.0.0 (2019-04-29)</a></li>
167168
<li class="toctree-l2"><a class="reference internal" href="changelog.html#v1-3-1-2019-02-28">v1.3.1 (2019-02-28)</a></li>

docs/changelog.html

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@
162162
</ul>
163163
</li>
164164
<li class="toctree-l1 current"><a class="current reference internal" href="#">Changelog</a><ul>
165+
<li class="toctree-l2"><a class="reference internal" href="#v2-2-0-2019-09-25">v2.2.0 (2019-09-25)</a></li>
165166
<li class="toctree-l2"><a class="reference internal" href="#v2-1-0-2019-07-01">v2.1.0 (2019-07-01)</a></li>
166167
<li class="toctree-l2"><a class="reference internal" href="#v2-0-0-2019-04-29">v2.0.0 (2019-04-29)</a></li>
167168
<li class="toctree-l2"><a class="reference internal" href="#v1-3-1-2019-02-28">v1.3.1 (2019-02-28)</a></li>
@@ -216,6 +217,24 @@
216217
<div class="card">
217218
<div class="section" id="changelog">
218219
<h1>Changelog<a class="headerlink" href="#changelog" title="Permalink to this headline"></a></h1>
220+
<div class="section" id="v2-2-0-2019-09-25">
221+
<h2>v2.2.0 (2019-09-25)<a class="headerlink" href="#v2-2-0-2019-09-25" title="Permalink to this headline"></a></h2>
222+
<p><strong>New Features</strong>
223+
1. [WebClient] Adding new admin and remote files API methods. #501
224+
2. [WebClient] Adding new view API methods. #517</p>
225+
<p><strong>Updates</strong>
226+
1. [Message Builders] Update BlockAttachment to not send invalid JSON due to fields attribute #473 (Thanks &#64;paul-griffith)
227+
2. [Docs] Add RTM section for docs v2 #477 (Thanks &#64;shanedewael)
228+
3. [Docs] Fix typo; recieved -&gt; received #478 (Thanks &#64;joakimnordling)
229+
4. [Docs] Fix block kit link &amp; update docs #484 (Thanks &#64;clavin)
230+
5. [RTMClient] Return callback from <cite>RTMClient.run_on</cite> #490 (Thanks &#64;clavin)
231+
6. [Docs] Fix link to Auth Guide in readme #498 (Thanks &#64;asherf)
232+
7. [Docs] Fix missing word and typo #512 (Thanks &#64;marks)
233+
8. [Message Builders] bugfix for value length in button elements #514 (Thanks &#64;avanderm)
234+
9. [Docs] Fixes formatting #515 (Thanks &#64;vpetersson)
235+
10. [Docs] Improve a code snippet on README #516 (Thanks &#64;seratch)
236+
11. [WebClient] Fixed an OAuth Headers bug and made the <cite>token</cite> param optional. #517</p>
237+
</div>
219238
<div class="section" id="v2-1-0-2019-07-01">
220239
<h2>v2.1.0 (2019-07-01)<a class="headerlink" href="#v2-1-0-2019-07-01" title="Permalink to this headline"></a></h2>
221240
<p><strong>New Features</strong>

docs/genindex.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@
163163
</ul>
164164
</li>
165165
<li class="toctree-l1"><a class="reference internal" href="changelog.html">Changelog</a><ul>
166+
<li class="toctree-l2"><a class="reference internal" href="changelog.html#v2-2-0-2019-09-25">v2.2.0 (2019-09-25)</a></li>
166167
<li class="toctree-l2"><a class="reference internal" href="changelog.html#v2-1-0-2019-07-01">v2.1.0 (2019-07-01)</a></li>
167168
<li class="toctree-l2"><a class="reference internal" href="changelog.html#v2-0-0-2019-04-29">v2.0.0 (2019-04-29)</a></li>
168169
<li class="toctree-l2"><a class="reference internal" href="changelog.html#v1-3-1-2019-02-28">v1.3.1 (2019-02-28)</a></li>

docs/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@
162162
</ul>
163163
</li>
164164
<li class="toctree-l1"><a class="reference internal" href="changelog.html">Changelog</a><ul>
165+
<li class="toctree-l2"><a class="reference internal" href="changelog.html#v2-2-0-2019-09-25">v2.2.0 (2019-09-25)</a></li>
165166
<li class="toctree-l2"><a class="reference internal" href="changelog.html#v2-1-0-2019-07-01">v2.1.0 (2019-07-01)</a></li>
166167
<li class="toctree-l2"><a class="reference internal" href="changelog.html#v2-0-0-2019-04-29">v2.0.0 (2019-04-29)</a></li>
167168
<li class="toctree-l2"><a class="reference internal" href="changelog.html#v1-3-1-2019-02-28">v1.3.1 (2019-02-28)</a></li>

docs/search.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@
162162
</ul>
163163
</li>
164164
<li class="toctree-l1"><a class="reference internal" href="changelog.html">Changelog</a><ul>
165+
<li class="toctree-l2"><a class="reference internal" href="changelog.html#v2-2-0-2019-09-25">v2.2.0 (2019-09-25)</a></li>
165166
<li class="toctree-l2"><a class="reference internal" href="changelog.html#v2-1-0-2019-07-01">v2.1.0 (2019-07-01)</a></li>
166167
<li class="toctree-l2"><a class="reference internal" href="changelog.html#v2-0-0-2019-04-29">v2.0.0 (2019-04-29)</a></li>
167168
<li class="toctree-l2"><a class="reference internal" href="changelog.html#v1-3-1-2019-02-28">v1.3.1 (2019-02-28)</a></li>

docs/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

slack/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# see: http://legacy.python.org/dev/peps/pep-0440/#public-version-identifiers
2-
__version__ = "2.1.0"
2+
__version__ = "2.2.0"

0 commit comments

Comments
 (0)