Skip to content

Commit

Permalink
Added changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
majek committed Aug 19, 2011
1 parent 9a44ed9 commit 552ebce
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions Changelog
@@ -0,0 +1,11 @@
0.0.2
=====

* Initial support for JSESSIONID based load balancing. Currently
doesn't play nicely with IE XDomainRequest transport.


0.0.1
=====

* Initial release.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -57,7 +57,7 @@ VER:=$(shell ./VERSION-GEN)
.PHONY: tag upload
tag:
-git tag -d v$(RVER)
git commit $(TAG_OPTS) version -m "Release $(RVER)"
git commit $(TAG_OPTS) version Changelog -m "Release $(RVER)"
git tag -a v$(RVER) -m "Release $(RVER)"
@echo ' [*] Now run'
@echo 'git push; git push --tag'
Expand Down

0 comments on commit 552ebce

Please sign in to comment.