Skip to content

Commit

Permalink
for #287 added build numbers and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mlbiam committed Mar 25, 2018
1 parent 8aefdc7 commit 558a86c
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## 1.0.13-2018032401

**Tasks:**
- 1.0.13 Build [\#287](https://github.com/TremoloSecurity/OpenUnison/issues/287)
- Add all attributes from LDAP group to dynamic workflows [\#281](https://github.com/TremoloSecurity/OpenUnison/issues/281)

**enhancements:**
- Support html for email notifications [\#284](https://github.com/TremoloSecurity/OpenUnison/issues/284)
- saml2 idp eliminate jsp [\#286](https://github.com/TremoloSecurity/OpenUnison/issues/286)
- "Dev" mode for openid connect to not validate redirect_uri [\#285](https://github.com/TremoloSecurity/OpenUnison/issues/285)
- Update openshift AddGroupToRole task for openshift 3.7 [\#282](https://github.com/TremoloSecurity/OpenUnison/issues/282)
- 1.0.12 build [\#243](https://github.com/TremoloSecurity/OpenUnison/issues/243)

**bugs:**
- ScaleJS Main - user service does not return attributes in the order they're defined [\#288](https://github.com/TremoloSecurity/OpenUnison/issues/288)
- check for multipart upload breaks multipart application data [\#283](https://github.com/TremoloSecurity/OpenUnison/issues/283)
- Strip comments from inbound SAML2 assertions [\#279](https://github.com/TremoloSecurity/OpenUnison/issues/279)

## 1.0.12-2018010801
**bugs:**
- bug in dlq checker [\#276](https://github.com/TremoloSecurity/OpenUnison/issues/276)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public class OpenUnisonServletFilter extends UnisonServletFilter {



public static final String version = "1.0.13-2018032201";
public static final String version = "1.0.13-2018032401";



Expand Down
4 changes: 2 additions & 2 deletions unison/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
<repository>
<id>deployment</id>
<name>Tremolo Security Releases</name>
<url>https://www.tremolosecurity.com/nexus/content/repositories/betas/</url>
<url>https://www.tremolosecurity.com/nexus/content/repositories/releases/</url>
</repository>

<!-- <repository>
Expand All @@ -105,7 +105,7 @@
<repository>
<id>deployment</id>
<name>Tremolo Security Releases</name>
<url>https://www.tremolosecurity.com/nexus/content/repositories/betas</url>
<url>https://www.tremolosecurity.com/nexus/content/repositories/releases</url>
</repository>

</distributionManagement>
Expand Down

0 comments on commit 558a86c

Please sign in to comment.