Skip to content

Commit

Permalink
release 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
7even committed Sep 8, 2012
1 parent dd54c06 commit c5d73c8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.0.2 (08.09.2012)

* Пространство имен `widgets`
* Возможность изменять HTTP-метод, используемый в методах API

## 1.0.1 (13.08.2012)

* Пространство имен `leads`
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ $ rails generate vkontakte_api:install

* метод, возвращающий права текущего токена в читабельной форме (используя `getUserSettings` и кэшируя результат)
* сохранение параметра `expires_in` токена в объекте `VkontakteApi::Client` после авторизации через `VkontakteApi.authorize`
* `POST`-запросы по умолчанию

## Участие в разработке

Expand Down
2 changes: 1 addition & 1 deletion lib/vkontakte_api/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module VkontakteApi
# Library version.
VERSION = '1.0.1'
VERSION = '1.0.2'
end

0 comments on commit c5d73c8

Please sign in to comment.