Skip to content

Commit

Permalink
Merge pull request #996 from wireapp/release_2020_02_27
Browse files Browse the repository at this point in the history
  • Loading branch information
fisx authored Feb 27, 2020
2 parents 05e1e70 + 5f560ed commit d00560f
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 2020-02-27

## Hotfix

- Fix encoding bug in SAML SSO (#995)


# 2020-02-06

## New features
Expand Down
4 changes: 2 additions & 2 deletions snapshots/wire-2.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ packages:
commit: 7546a1a25635ef65183e3d44c1052285e8401608 # master (Jul 21, 2016)

- git: https://github.com/wireapp/hsaml2
commit: 2d56f432464e9bf6be8ee214d7f5bb28639457ac # master (Feb 4, 20202)
commit: 2d56f432464e9bf6be8ee214d7f5bb28639457ac # master (Feb 4, 2020)

- git: https://github.com/wireapp/http-client
commit: a160cef95d9daaff7d9cfe616d95754c2f8202bf # master (Feb 4, 2020)
Expand Down Expand Up @@ -102,4 +102,4 @@ packages:
- pattern-trie-0.1.0

# Not latest as latst one breaks wai-routing
- wai-route-0.4.0
- wai-route-0.4.0
8 changes: 8 additions & 0 deletions snapshots/wire-2.2.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# DO NOT MODIFY THIS FILE. See README.md to learn why.

resolver: https://raw.githubusercontent.com/wireapp/wire-server/develop/snapshots/wire-2.1.yaml
name: wire-2.2

packages:
- git: https://github.com/wireapp/hsaml2
commit: cc47da1d097b0b26595b8889e40c33c6c0c1c551 # master (Feb 27, 2020)
2 changes: 1 addition & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
resolver: snapshots/wire-2.1.yaml
resolver: snapshots/wire-2.2.yaml

packages:
- libs/api-bot
Expand Down

0 comments on commit d00560f

Please sign in to comment.