Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
pablothedude committed Feb 10, 2020
1 parent 9a675d0 commit 6eacdab
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ We will continue to post relevant release notes on the GitHub release page. More

More information about our release strategy can be found in the [Development Guidelines](https://github.com/OpenConext/OpenConext-engineblock/wiki/Development-Guidelines#release-notes) on the EngineBlock wiki.

## 6.1.3
Changes done in order to confine to metadata spec to pass validation.

* According to the spec, EmailAddress needs to have a mailto: prefix #827
* Remove version number from attributes.json config file. #828
* Add explicit reference to metadata xml signature. #830


## 6.1.2
Adds a PR that was missing in 6.1.1 which will ensure a suitable displayname is displayed in the metadata EB produces.

Expand Down

3 comments on commit 6eacdab

@tvdijen
Copy link
Contributor

@tvdijen tvdijen commented on 6eacdab May 26, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The fixes for 6.1.3 never made it into the release/6.1 branch.
Perhaps it's a good idea to backport them to prevent people from going through the same struggle as I went through (because of the missing PR 830)

@pablothedude
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The fixes for 6.1.3 never made it into the release/6.1 branch.
Perhaps it's a good idea to backport them to prevent people from going through the same struggle as I went through (because of the missing PR 830)

I think it's always safer to use tags, but certainly thanks for the heads-up I've pushed 6.1.3 to the release/6.1 branch.

@tvdijen
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess you're right.. It's quite convenient to be able to 'git pull' to install bugfixes though.. Learned my lesson the hard way ;)

Please sign in to comment.