Skip to content

Commit

Permalink
version bump to 0.37.1
Browse files Browse the repository at this point in the history
  • Loading branch information
engelgabriel committed Aug 17, 2016
1 parent 3936add commit f89099a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .sandstorm/sandstorm-pkgdef.capnp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const pkgdef :Spk.PackageDefinition = (

appVersion = 38, # Increment this for every release.

appMarketingVersion = (defaultText = "0.37.0"),
appMarketingVersion = (defaultText = "0.37.1"),
# Human-readable representation of appVersion. Should match the way you
# identify versions of your app in documentation and marketing.

Expand Down
13 changes: 12 additions & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
## NEXT

## 0.37.0, 2016-Aug-02
## 0.37.1, 2016-Aug-17

- Allow deletion of records with same id on settings
- Created inital Iframe integration
- Fixed admin option of type select
- Fixed livechat branding over options button
- Fixed Not showing upload button on safari
- Fixed SlackBridge import and slack importer ids conflict
- Changed SlackBridge to import from begin to end
- Suppress message-pinned notification from import

## 0.37.0, 2016-Aug-15

- Added an option to SlackBridge to exclude some bots messages from propagating. (#3813)
- Added bot-helpers package (#3799)
Expand Down
2 changes: 1 addition & 1 deletion packages/rocketchat-lib/rocketchat.info
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "0.37.0"
"version": "0.37.1"
}

0 comments on commit f89099a

Please sign in to comment.