Skip to content

Commit

Permalink
0.4.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jsdevel committed Apr 17, 2014
1 parent 181a9b7 commit 7da47d3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
0.4.4 / 2014-04-16
=================
* Added namespace prefixes to SOAP headers. #307
* Provided more documentation around security protocols in the README. #321
* Added lodash. #321
* Added a default parameter to ClientSSLSecurity. #321
* Fix to reset the generated namespace number. #308
* Fixed maximum callstack errors on certain responses. #257

0.4.3 / 2014-04-07
=================
* Refactored WS-security. small modifications to pull #275
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "soap",
"version": "0.4.3",
"version": "0.4.4",
"description": "A minimal node SOAP client",
"engines": {
"node": ">=0.8.0"
Expand Down

2 comments on commit 7da47d3

@christiaanwesterbeek
Copy link
Contributor

Choose a reason for hiding this comment

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

Nice work @jsdevel and everybody!

@jsdevel
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Thanks @devotis! We really need to tackle the namespace issues. 0.4.5 perhaps? : P

Please sign in to comment.